#52819C

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

Shades of Hippie Blue #52819C

Tints of Hippie Blue #52819C

Color information

#52819C (or 0x52819C) is unknown color: approx Hippie Blue. HEX triplet: 52, 81 and 9C. RGB value is (82,129,156). Sum of RGB (Red+Green+Blue) = 82+129+156=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 156 - color contains mainly: blue. Hex color #52819C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52819C is #AD7E63. Grayscale: #757575. Windows color (decimal): -11370084 or 10256722. OLE color: 10256722.

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

Color convert

RGB82129156-
CMYK0.470.1700.39
HSL201.89º31.09%46.67%-
HSV(B)201.89º47.44%61.18%-
XYZ17.3319.8934.38-
YUV118.02149.43102.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.34%
GREEN value IS 129 (50.78% from 255) = 35.15%
BLUE value IS 156 (61.33% from 255) = 42.51%
R=22.34%
G=35.15%
B=42.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821291560.470.1700.39201.8931.0946.67
Hex52819C2F11027ca1f2f
Octal12220123457210473123757
Binary101001010000001100111001011111000101001111100101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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