#52818c

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

Shades of Paradiso #52818C

Tints of Paradiso #52818C

Color information

#52818C (or 0x52818C) is unknown color: approx Paradiso. HEX triplet: 52, 81 and 8C. RGB value is (82,129,140). Sum of RGB (Red+Green+Blue) = 82+129+140=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 140 - color contains mainly: blue. Hex color #52818C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52818C is #AD7E73. Grayscale: #747474. Windows color (decimal): -11370100 or 9208146. OLE color: 9208146.

HSL color Cylindrical-coordinate representation of color #52818C: hue angle of 191.38º 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 #52818C is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB82129140-
CMYK0.410.0800.45
HSL191.38º26.13%43.53%-
HSV(B)191.38º41.43%54.9%-
XYZ16.0619.3927.71-
YUV116.2141.43103.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.36%
GREEN value IS 129 (50.78% from 255) = 36.75%
BLUE value IS 140 (55.08% from 255) = 39.89%
R=23.36%
G=36.75%
B=39.89%

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
Decimal821291400.410.0800.45191.3826.1343.53
Hex52818C29802Dbf1a2c
Octal12220121451100552773254
Binary10100101000000110001100101001100001011011011111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52818c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52818c; }

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

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

<style>
 a { background-color: #52818c; }

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

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

<style>
 span { border-color: #52818c; }

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

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