#528AA1

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

Shades of Hippie Blue #528AA1

Tints of Hippie Blue #528AA1

Color information

#528AA1 (or 0x528AA1) is unknown color: approx Hippie Blue. HEX triplet: 52, 8A and A1. RGB value is (82,138,161). Sum of RGB (Red+Green+Blue) = 82+138+161=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 161 (63.28% from 255 or 42.26% from 381); Max value from RGB is 161 - color contains mainly: blue. Hex color #528AA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528AA1 is #AD755E. Grayscale: #7B7B7B. Windows color (decimal): -11367775 or 10586706. OLE color: 10586706.

HSL color Cylindrical-coordinate representation of color #528AA1: hue angle of 197.47º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #528AA1 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB82138161-
CMYK0.490.1400.37
HSL197.47º32.51%47.65%-
HSV(B)197.47º49.07%63.14%-
XYZ1922.5437.07-
YUV123.88148.9598.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.52%
GREEN value IS 138 (54.30% from 255) = 36.22%
BLUE value IS 161 (63.28% from 255) = 42.26%
R=21.52%
G=36.22%
B=42.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal821381610.490.1400.37197.4732.5147.65
Hex528AA131E025c52130
Octal12221224161160453054160
Binary101001010001010101000011100011110010010111000101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,138,161); }

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

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

 a { background-color: rgb(82,138,161); }

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

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

 span { border-color: rgb(82,138,161); }

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