Html Css Color HEX #528097 Hippie Blue

📋 copy color: '#528097'

red 82 ◦ green 128 ◦ blue 151

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

Shades of Hippie Blue #528097

Tints of Hippie Blue #528097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.83%

R = 22.71%
G = 35.46%
B = 41.83%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#528097 (or 0x528097) is known color: Hippie Blue. HEX triplet: 52, 80 and 97. RGB value is (82,128,151). Sum of RGB (Red+Green+Blue) = 82+128+151=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 151 - color contains mainly: blue. Hex color #528097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528097 is #AD7F68. Grayscale: #747474. Windows color (decimal): -11370345 or 9928786. OLE color: 9928786.

HSL color Cylindrical-coordinate representation of color #528097: hue angle of 200º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #528097 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 128 151 -
CMYK 0.46 0.15 0 0.41
HSL 200º 0.3% 0.46% -
HSV(B) 200º 0.46% 0.59% -
XYZ 16.78 19.47 32.15 -
YUV 116.87 147.26 103.13 -
System Red Green Blue C M Y K H S L
Decimal 82 128 151 0.46 0.15 0 0.41 200 0.3 0.46
Hex 52 80 97 2E F 0 29 C8 1E 2E
Octal 122 200 227 56 17 0 51 310 36 56
Binary 1010010 10000000 10010111 101110 1111 0 101001 11001000 11110 101110

Color Harmonies of #528097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528097

Black with #528097

Text Example


Text Example

White with #528097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528097; }

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

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

background-color css

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

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

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

border-color css

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

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

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