#53818C

Color #53818C Paradiso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paradiso #53818C

Tints of Paradiso #53818C

Color information

#53818C (or 0x53818C) is unknown color: approx Paradiso. HEX triplet: 53, 81 and 8C. RGB value is (83,129,140). Sum of RGB (Red+Green+Blue) = 83+129+140=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 140 - color contains mainly: blue. Hex color #53818C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53818C is #AC7E73. Grayscale: #747474. Windows color (decimal): -11304564 or 9208147. OLE color: 9208147.

HSL color Cylindrical-coordinate representation of color #53818C: hue angle of 191.58º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53818C is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB83129140-
CMYK0.410.0800.45
HSL191.58º25.56%43.73%-
HSV(B)191.58º40.71%54.9%-
XYZ16.1519.4327.71-
YUV116.5141.26104.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 23.58%
GREEN value IS 129 (50.78% from 255) = 36.65%
BLUE value IS 140 (55.08% from 255) = 39.77%
R=23.58%
G=36.65%
B=39.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831291400.410.0800.45191.5825.5643.73
Hex53818C29802Dc01a2c
Octal12320121451100553003254
Binary10100111000000110001100101001100001011011100000011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53818C; }

 p { color: rgb(83,129,140); }

 H1.HeaderClassName
 {
   color: #53818C;
 }
 .AnyTagClassName
 {
   color: #53818C;
 }
</style>
background-color css

<style>
 a { background-color: #53818C; }

 a { background-color: rgb(83,129,140); }

 div.DivClassName
 {
   background-color: #53818C;
 }
 .BgClassName
 {
   background-color: #53818C;
 }
</style>
border-color css

<style>
 span { border-color: #53818C; }

 span { border-color: rgb(83,129,140); }

 td.TdClassName
 {
   border-color: #53818C;
 }
 .TagClassName
 {
   border-color: #53818C;
 }
</style>