#52879C

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

Shades of Hippie Blue #52879C

Tints of Hippie Blue #52879C

Color information

#52879C (or 0x52879C) is unknown color: approx Hippie Blue. HEX triplet: 52, 87 and 9C. RGB value is (82,135,156). Sum of RGB (Red+Green+Blue) = 82+135+156=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #52879C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52879C is #AD7863. Grayscale: #797979. Windows color (decimal): -11368548 or 10258258. OLE color: 10258258.

HSL color Cylindrical-coordinate representation of color #52879C: hue angle of 197.03º 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 #52879C is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB82135156-
CMYK0.470.1300.39
HSL197.03º31.09%46.67%-
HSV(B)197.03º47.44%61.18%-
XYZ18.1421.5234.65-
YUV121.55147.4499.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.98%
GREEN value IS 135 (53.12% from 255) = 36.19%
BLUE value IS 156 (61.33% from 255) = 41.82%
R=21.98%
G=36.19%
B=41.82%

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
Decimal821351560.470.1300.39197.0331.0946.67
Hex52879C2FD027c51f2f
Octal12220723457150473053757
Binary10100101000011110011100101111110101001111100010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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