#52899F

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

Shades of Hippie Blue #52899F

Tints of Hippie Blue #52899F

Color information

#52899F (or 0x52899F) is unknown color: approx Hippie Blue. HEX triplet: 52, 89 and 9F. RGB value is (82,137,159). Sum of RGB (Red+Green+Blue) = 82+137+159=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #52899F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52899F is #AD7660. Grayscale: #7A7A7A. Windows color (decimal): -11368033 or 10455378. OLE color: 10455378.

HSL color Cylindrical-coordinate representation of color #52899F: hue angle of 197.14º 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 #52899F is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB82137159-
CMYK0.480.1400.38
HSL197.14º31.95%47.25%-
HSV(B)197.14º48.43%62.35%-
XYZ18.6822.1936.1-
YUV123.06148.2898.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.69%
GREEN value IS 137 (53.91% from 255) = 36.24%
BLUE value IS 159 (62.5% from 255) = 42.06%
R=21.69%
G=36.24%
B=42.06%

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
Decimal821371590.480.1400.38197.1431.9547.25
Hex52899F30E026c5202f
Octal12221123760160463054057
Binary101001010001001100111111100001110010011011000101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52899F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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