#528199

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

Shades of Hippie Blue #528199

Tints of Hippie Blue #528199

Color information

#528199 (or 0x528199) is unknown color: approx Hippie Blue. HEX triplet: 52, 81 and 99. RGB value is (82,129,153). Sum of RGB (Red+Green+Blue) = 82+129+153=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 153 - color contains mainly: blue. Hex color #528199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528199 is #AD7E66. Grayscale: #757575. Windows color (decimal): -11370087 or 10060114. OLE color: 10060114.

HSL color Cylindrical-coordinate representation of color #528199: hue angle of 200.28º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #528199 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB82129153-
CMYK0.460.1600.4
HSL200.28º30.21%46.08%-
HSV(B)200.28º46.41%60%-
XYZ17.0819.7933.06-
YUV117.68147.93102.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.53%
GREEN value IS 129 (50.78% from 255) = 35.44%
BLUE value IS 153 (60.16% from 255) = 42.03%
R=22.53%
G=35.44%
B=42.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal821291530.460.1600.4200.2830.2146.08
Hex5281992E10028c81e2e
Octal12220123156200503103656
Binary101001010000001100110011011101000001010001100100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528199; }

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

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

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

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

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

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

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

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