Html Css Color HEX #528599 Hippie Blue

📋 copy color: '#528599'

red 82 ◦ green 133 ◦ blue 153

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

Shades of Hippie Blue #528599

Tints of Hippie Blue #528599

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.14%

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

R = 22.28%
G = 36.14%
B = 41.58%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#528599 (or 0x528599) is known color: Hippie Blue. HEX triplet: 52, 85 and 99. RGB value is (82,133,153). Sum of RGB (Red+Green+Blue) = 82+133+153=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #528599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528599 is #AD7A66. Grayscale: #777777. Windows color (decimal): -11369063 or 10061138. OLE color: 10061138.

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

Color convert

RGB 82 133 153 -
CMYK 0.46 0.13 0 0.4
HSL 196.9º 0.3% 0.46% -
HSV(B) 196.9º 0.46% 0.6% -
XYZ 17.62 20.87 33.24 -
YUV 120.03 146.6 100.87 -
System Red Green Blue C M Y K H S L
Decimal 82 133 153 0.46 0.13 0 0.4 196.9 0.3 0.46
Hex 52 85 99 2E D 0 28 C5 1E 2E
Octal 122 205 231 56 15 0 50 305 36 56
Binary 1010010 10000101 10011001 101110 1101 0 101000 11000101 11110 101110

Color Harmonies of #528599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528599

Black with #528599

Text Example


Text Example

White with #528599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528599; }

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

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

background-color css

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

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

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

border-color css

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

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

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