#528995

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

Shades of Hippie Blue #528995

Tints of Hippie Blue #528995

Color information

#528995 (or 0x528995) is unknown color: approx Hippie Blue. HEX triplet: 52, 89 and 95. RGB value is (82,137,149). Sum of RGB (Red+Green+Blue) = 82+137+149=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 149 - color contains mainly: blue. Hex color #528995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528995 is #AD766A. Grayscale: #797979. Windows color (decimal): -11368043 or 9800018. OLE color: 9800018.

HSL color Cylindrical-coordinate representation of color #528995: hue angle of 190.75º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #528995 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB82137149-
CMYK0.450.0800.42
HSL190.75º29%45.29%-
HSV(B)190.75º44.97%58.43%-
XYZ17.8521.8631.71-
YUV121.92143.2899.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.28%
GREEN value IS 137 (53.91% from 255) = 37.23%
BLUE value IS 149 (58.59% from 255) = 40.49%
R=22.28%
G=37.23%
B=40.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821371490.450.0800.42190.752945.29
Hex5289952D802Abf1d2d
Octal12221122555100522773555
Binary10100101000100110010101101101100001010101011111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528995; }

 p { color: rgb(82,137,149); }

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

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

 a { background-color: rgb(82,137,149); }

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

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

 span { border-color: rgb(82,137,149); }

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