#52889F

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

Shades of Hippie Blue #52889F

Tints of Hippie Blue #52889F

Color information

#52889F (or 0x52889F) is unknown color: approx Hippie Blue. HEX triplet: 52, 88 and 9F. RGB value is (82,136,159). Sum of RGB (Red+Green+Blue) = 82+136+159=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #52889F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52889F is #AD7760. Grayscale: #7A7A7A. Windows color (decimal): -11368289 or 10455122. OLE color: 10455122.

HSL color Cylindrical-coordinate representation of color #52889F: hue angle of 197.92º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52889F is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB82136159-
CMYK0.480.1400.38
HSL197.92º31.95%47.25%-
HSV(B)197.92º48.43%62.35%-
XYZ18.5421.9136.05-
YUV122.48148.6199.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.75%
GREEN value IS 136 (53.52% from 255) = 36.07%
BLUE value IS 159 (62.5% from 255) = 42.18%
R=21.75%
G=36.07%
B=42.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821361590.480.1400.38197.9231.9547.25
Hex52889F30E026c6202f
Octal12221023760160463064057
Binary101001010001000100111111100001110010011011000110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52889F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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