#52909F

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

Shades of Hippie Blue #52909F

Tints of Hippie Blue #52909F

Color information

#52909F (or 0x52909F) is unknown color: approx Hippie Blue. HEX triplet: 52, 90 and 9F. RGB value is (82,144,159). Sum of RGB (Red+Green+Blue) = 82+144+159=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #52909F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52909F is #AD6F60. Grayscale: #7F7F7F. Windows color (decimal): -11366241 or 10457170. OLE color: 10457170.

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

Color convert

RGB82144159-
CMYK0.480.0900.38
HSL191.69º31.95%47.25%-
HSV(B)191.69º48.43%62.35%-
XYZ19.7124.2436.44-
YUV127.17145.9695.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.30%
GREEN value IS 144 (56.64% from 255) = 37.40%
BLUE value IS 159 (62.5% from 255) = 41.30%
R=21.30%
G=37.40%
B=41.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821441590.480.0900.38191.6931.9547.25
Hex52909F309026c0202f
Octal12222023760110463004057
Binary101001010010000100111111100001001010011011000000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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