Html Css Color HEX #528899 Hippie Blue

📋 copy color: '#528899'

red 82 ◦ green 136 ◦ blue 153

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

Shades of Hippie Blue #528899

Tints of Hippie Blue #528899

RGB

 RED value IS 82 (32.42% from 255) = 22.1%

 GREEN value IS 136 (53.52% from 255) = 36.66%

 BLUE value IS 153 (60.16% from 255) = 41.24%

R = 22.1%
G = 36.66%
B = 41.24%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#528899 (or 0x528899) is known color: Hippie Blue. HEX triplet: 52, 88 and 99. RGB value is (82,136,153). Sum of RGB (Red+Green+Blue) = 82+136+153=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #528899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528899 is #AD7766. Grayscale: #797979. Windows color (decimal): -11368295 or 10061906. OLE color: 10061906.

HSL color Cylindrical-coordinate representation of color #528899: hue angle of 194.37º 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 #528899 is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 136 153 -
CMYK 0.46 0.11 0 0.4
HSL 194.37º 0.3% 0.46% -
HSV(B) 194.37º 0.46% 0.6% -
XYZ 18.03 21.7 33.38 -
YUV 121.79 145.61 99.62 -
System Red Green Blue C M Y K H S L
Decimal 82 136 153 0.46 0.11 0 0.4 194.37 0.3 0.46
Hex 52 88 99 2E B 0 28 C2 1E 2E
Octal 122 210 231 56 13 0 50 302 36 56
Binary 1010010 10001000 10011001 101110 1011 0 101000 11000010 11110 101110

Color Harmonies of #528899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528899

Black with #528899

Text Example


Text Example

White with #528899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528899; }

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

 H1.HeaderClassName
 {
   color: #528899;
 }
 .AnyTagClassName
 {
   color: #528899;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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