#528B97

Color #528B97 Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #528B97

Tints of Hippie Blue #528B97

Color information

#528B97 (or 0x528B97) is unknown color: approx Hippie Blue. HEX triplet: 52, 8B and 97. RGB value is (82,139,151). Sum of RGB (Red+Green+Blue) = 82+139+151=372 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.04% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 151 - color contains mainly: blue. Hex color #528B97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528B97 is #AD7468. Grayscale: #7B7B7B. Windows color (decimal): -11367529 or 9931602. OLE color: 9931602.

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

Color convert

RGB82139151-
CMYK0.460.0800.41
HSL190.43º29.61%45.69%-
HSV(B)190.43º45.7%59.22%-
XYZ18.322.4932.66-
YUV123.32143.6298.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.04%
GREEN value IS 139 (54.69% from 255) = 37.37%
BLUE value IS 151 (59.38% from 255) = 40.59%
R=22.04%
G=37.37%
B=40.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821391510.460.0800.41190.4329.6145.69
Hex528B972E8029be1e2e
Octal12221322756100512763656
Binary10100101000101110010111101110100001010011011111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #528B97;
 }
 .AnyTagClassName
 {
   color: #528B97;
 }
</style>
background-color css

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

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

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

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

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

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