Html Css Color HEX #528099 Hippie Blue

📋 copy color: '#528099'

red 82 ◦ green 128 ◦ blue 153

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

Shades of Hippie Blue #528099

Tints of Hippie Blue #528099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.26%

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

R = 22.59%
G = 35.26%
B = 42.15%

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

#528099 (or 0x528099) is known color: Hippie Blue. HEX triplet: 52, 80 and 99. RGB value is (82,128,153). Sum of RGB (Red+Green+Blue) = 82+128+153=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #528099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528099 is #AD7F66. Grayscale: #747474. Windows color (decimal): -11370343 or 10059858. OLE color: 10059858.

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

Color convert

RGB 82 128 153 -
CMYK 0.46 0.16 0 0.4
HSL 201.13º 0.3% 0.46% -
HSV(B) 201.13º 0.46% 0.6% -
XYZ 16.95 19.53 33.01 -
YUV 117.1 148.26 102.97 -
System Red Green Blue C M Y K H S L
Decimal 82 128 153 0.46 0.16 0 0.4 201.13 0.3 0.46
Hex 52 80 99 2E 10 0 28 C9 1E 2E
Octal 122 200 231 56 20 0 50 311 36 56
Binary 1010010 10000000 10011001 101110 10000 0 101000 11001001 11110 101110

Color Harmonies of #528099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528099

Black with #528099

Text Example


Text Example

White with #528099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528099; }

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

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

background-color css

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

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

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

border-color css

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

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

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