Html Css Color HEX #528199 Hippie Blue

📋 copy color: '#528199'

red 82 ◦ green 129 ◦ blue 153

#528199
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #528199

Tints of Hippie Blue #528199

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 value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#528199 (or 0x528199) is known color: 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

RGB 82 129 153 -
CMYK 0.46 0.16 0 0.4
HSL 200.28º 0.3% 0.46% -
HSV(B) 200.28º 0.46% 0.6% -
XYZ 17.08 19.79 33.06 -
YUV 117.68 147.93 102.55 -
System Red Green Blue C M Y K H S L
Decimal 82 129 153 0.46 0.16 0 0.4 200.28 0.3 0.46
Hex 52 81 99 2E 10 0 28 C8 1E 2E
Octal 122 201 231 56 20 0 50 310 36 56
Binary 1010010 10000001 10011001 101110 10000 0 101000 11001000 11110 101110

Color Harmonies of #528199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528199

Black with #528199

Text Example


Text Example

White with #528199

Text Example


Text Example

HTML Codes & Css Web 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>