#528c99

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

Shades of Hippie Blue #528C99

Tints of Hippie Blue #528C99

Color information

#528C99 (or 0x528C99) is unknown color: approx Hippie Blue. HEX triplet: 52, 8C and 99. RGB value is (82,140,153). Sum of RGB (Red+Green+Blue) = 82+140+153=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #528C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528C99 is #AD7366. Grayscale: #7C7C7C. Windows color (decimal): -11367271 or 10062930. OLE color: 10062930.

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

Color convert

RGB82140153-
CMYK0.460.0800.4
HSL190.99º30.21%46.08%-
HSV(B)190.99º46.41%60%-
XYZ18.6122.8533.57-
YUV124.14144.2897.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.87%
GREEN value IS 140 (55.08% from 255) = 37.33%
BLUE value IS 153 (60.16% from 255) = 40.8%
R=21.87%
G=37.33%
B=40.8%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal821401530.460.0800.4190.9930.2146.08
Hex528C992E8028bf1e2e
Octal12221423156100502773656
Binary10100101000110010011001101110100001010001011111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528c99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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