Html Css Color HEX #528091 Hippie Blue

📋 copy color: '#528091'

red 82 ◦ green 128 ◦ blue 145

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

Shades of Hippie Blue #528091

Tints of Hippie Blue #528091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.85%

R = 23.1%
G = 36.06%
B = 40.85%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#528091 (or 0x528091) is known color: Hippie Blue. HEX triplet: 52, 80 and 91. RGB value is (82,128,145). Sum of RGB (Red+Green+Blue) = 82+128+145=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 145 (57.03% from 255 or 40.85% from 355); Max value from RGB is 145 - color contains mainly: blue. Hex color #528091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528091 is #AD7F6E. Grayscale: #747474. Windows color (decimal): -11370351 or 9535570. OLE color: 9535570.

HSL color Cylindrical-coordinate representation of color #528091: hue angle of 196.19º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #528091 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 128 145 -
CMYK 0.43 0.12 0 0.43
HSL 196.19º 0.28% 0.45% -
HSV(B) 196.19º 0.43% 0.57% -
XYZ 16.31 19.28 29.65 -
YUV 116.18 144.26 103.62 -
System Red Green Blue C M Y K H S L
Decimal 82 128 145 0.43 0.12 0 0.43 196.19 0.28 0.45
Hex 52 80 91 2B C 0 2B C4 1C 2D
Octal 122 200 221 53 14 0 53 304 34 55
Binary 1010010 10000000 10010001 101011 1100 0 101011 11000100 11100 101101

Color Harmonies of #528091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528091

Black with #528091

Text Example


Text Example

White with #528091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528091; }

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

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

background-color css

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

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

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

border-color css

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

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

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