#528FA4

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

Shades of Hippie Blue #528FA4

Tints of Hippie Blue #528FA4

Color information

#528FA4 (or 0x528FA4) is unknown color: approx Hippie Blue. HEX triplet: 52, 8F and A4. RGB value is (82,143,164). Sum of RGB (Red+Green+Blue) = 82+143+164=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 164 - color contains mainly: blue. Hex color #528FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528FA4 is #AD705B. Grayscale: #7F7F7F. Windows color (decimal): -11366492 or 10784594. OLE color: 10784594.

HSL color Cylindrical-coordinate representation of color #528FA4: hue angle of 195.37º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #528FA4 is Cyan = 0.5, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB82143164-
CMYK0.50.1300.36
HSL195.37º33.33%48.24%-
HSV(B)195.37º50%64.31%-
XYZ2024.1238.72-
YUV127.15148.7995.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.08%
GREEN value IS 143 (56.25% from 255) = 36.76%
BLUE value IS 164 (64.45% from 255) = 42.16%
R=21.08%
G=36.76%
B=42.16%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821431640.50.1300.36195.3733.3348.24
Hex528FA432D024c32130
Octal12221724462150443034160
Binary101001010001111101001001100101101010010011000011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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