Html Css Color HEX #528B99 Hippie Blue

📋 copy color: '#528B99'

red 82 ◦ green 139 ◦ blue 153

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

Shades of Hippie Blue #528B99

Tints of Hippie Blue #528B99

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.17%

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

R = 21.93%
G = 37.17%
B = 40.91%

CMYK

 C value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#528B99 (or 0x528B99) is known color: Hippie Blue. HEX triplet: 52, 8B and 99. RGB value is (82,139,153). Sum of RGB (Red+Green+Blue) = 82+139+153=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 153 - color contains mainly: blue. Hex color #528B99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528B99 is #AD7466. Grayscale: #7B7B7B. Windows color (decimal): -11367527 or 10062674. OLE color: 10062674.

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

Color convert

RGB 82 139 153 -
CMYK 0.46 0.09 0 0.4
HSL 191.83º 0.3% 0.46% -
HSV(B) 191.83º 0.46% 0.6% -
XYZ 18.46 22.56 33.52 -
YUV 123.55 144.62 98.36 -
System Red Green Blue C M Y K H S L
Decimal 82 139 153 0.46 0.09 0 0.4 191.83 0.3 0.46
Hex 52 8B 99 2E 9 0 28 C0 1E 2E
Octal 122 213 231 56 11 0 50 300 36 56
Binary 1010010 10001011 10011001 101110 1001 0 101000 11000000 11110 101110

Color Harmonies of #528B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528B99

Black with #528B99

Text Example


Text Example

White with #528B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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