#528E9D

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

Shades of Hippie Blue #528E9D

Tints of Hippie Blue #528E9D

Color information

#528E9D (or 0x528E9D) is unknown color: approx Hippie Blue. HEX triplet: 52, 8E and 9D. RGB value is (82,142,157). Sum of RGB (Red+Green+Blue) = 82+142+157=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #528E9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528E9D is #AD7162. Grayscale: #7D7D7D. Windows color (decimal): -11366755 or 10325586. OLE color: 10325586.

HSL color Cylindrical-coordinate representation of color #528E9D: hue angle of 192º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #528E9D is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB82142157-
CMYK0.480.1000.38
HSL192º31.38%46.86%-
HSV(B)192º47.77%61.57%-
XYZ19.2423.5735.43-
YUV125.77145.6296.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.52%
GREEN value IS 142 (55.86% from 255) = 37.27%
BLUE value IS 157 (61.72% from 255) = 41.21%
R=21.52%
G=37.27%
B=41.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821421570.480.1000.3819231.3846.86
Hex528E9D30A026c01f2f
Octal12221623560120463003757
Binary10100101000111010011101110000101001001101100000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,142,157); }

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

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

 a { background-color: rgb(82,142,157); }

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

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

 span { border-color: rgb(82,142,157); }

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