#52889C

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

Shades of Hippie Blue #52889C

Tints of Hippie Blue #52889C

Color information

#52889C (or 0x52889C) is unknown color: approx Hippie Blue. HEX triplet: 52, 88 and 9C. RGB value is (82,136,156). Sum of RGB (Red+Green+Blue) = 82+136+156=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #52889C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52889C is #AD7763. Grayscale: #797979. Windows color (decimal): -11368292 or 10258514. OLE color: 10258514.

HSL color Cylindrical-coordinate representation of color #52889C: hue angle of 196.22º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52889C is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB82136156-
CMYK0.470.1300.39
HSL196.22º31.09%46.67%-
HSV(B)196.22º47.44%61.18%-
XYZ18.2821.834.7-
YUV122.13147.1199.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.93%
GREEN value IS 136 (53.52% from 255) = 36.36%
BLUE value IS 156 (61.33% from 255) = 41.71%
R=21.93%
G=36.36%
B=41.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821361560.470.1300.39196.2231.0946.67
Hex52889C2FD027c41f2f
Octal12221023457150473043757
Binary10100101000100010011100101111110101001111100010011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52889C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,136,156); }

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

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

 a { background-color: rgb(82,136,156); }

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

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

 span { border-color: rgb(82,136,156); }

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