#528F9E

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

Shades of Hippie Blue #528F9E

Tints of Hippie Blue #528F9E

Color information

#528F9E (or 0x528F9E) is unknown color: approx Hippie Blue. HEX triplet: 52, 8F and 9E. RGB value is (82,143,158). Sum of RGB (Red+Green+Blue) = 82+143+158=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 158 - color contains mainly: blue. Hex color #528F9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528F9E is #AD7061. Grayscale: #7E7E7E. Windows color (decimal): -11366498 or 10391378. OLE color: 10391378.

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

Color convert

RGB82143158-
CMYK0.480.0900.38
HSL191.84º31.67%47.06%-
HSV(B)191.84º48.1%61.96%-
XYZ19.4723.9135.94-
YUV126.47145.7996.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.41%
GREEN value IS 143 (56.25% from 255) = 37.34%
BLUE value IS 158 (62.11% from 255) = 41.25%
R=21.41%
G=37.34%
B=41.25%

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
Decimal821431580.480.0900.38191.8431.6747.06
Hex528F9E309026c0202f
Octal12221723660110463004057
Binary101001010001111100111101100001001010011011000000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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