#52909D

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

Shades of Hippie Blue #52909D

Tints of Hippie Blue #52909D

Color information

#52909D (or 0x52909D) is unknown color: approx Hippie Blue. HEX triplet: 52, 90 and 9D. RGB value is (82,144,157). Sum of RGB (Red+Green+Blue) = 82+144+157=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #52909D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52909D is #AD6F62. Grayscale: #7E7E7E. Windows color (decimal): -11366243 or 10326098. OLE color: 10326098.

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

Color convert

RGB82144157-
CMYK0.480.0800.38
HSL190.4º31.38%46.86%-
HSV(B)190.4º47.77%61.57%-
XYZ19.5424.1735.53-
YUV126.94144.9695.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.41%
GREEN value IS 144 (56.64% from 255) = 37.60%
BLUE value IS 157 (61.72% from 255) = 40.99%
R=21.41%
G=37.60%
B=40.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821441570.480.0800.38190.431.3846.86
Hex52909D308026be1f2f
Octal12222023560100462763757
Binary10100101001000010011101110000100001001101011111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52909D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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