#528F9D

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

Shades of Hippie Blue #528F9D

Tints of Hippie Blue #528F9D

Color information

#528F9D (or 0x528F9D) is unknown color: approx Hippie Blue. HEX triplet: 52, 8F and 9D. RGB value is (82,143,157). Sum of RGB (Red+Green+Blue) = 82+143+157=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #528F9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528F9D is #AD7062. Grayscale: #7E7E7E. Windows color (decimal): -11366499 or 10325842. OLE color: 10325842.

HSL color Cylindrical-coordinate representation of color #528F9D: hue angle of 191.2º 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 #528F9D is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB82143157-
CMYK0.480.0900.38
HSL191.2º31.38%46.86%-
HSV(B)191.2º47.77%61.57%-
XYZ19.3923.8735.48-
YUV126.36145.2996.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.47%
GREEN value IS 143 (56.25% from 255) = 37.43%
BLUE value IS 157 (61.72% from 255) = 41.10%
R=21.47%
G=37.43%
B=41.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821431570.480.0900.38191.231.3846.86
Hex528F9D309026bf1f2f
Octal12221723560110462773757
Binary10100101000111110011101110000100101001101011111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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