#528CA3

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

Shades of Hippie Blue #528CA3

Tints of Hippie Blue #528CA3

Color information

#528CA3 (or 0x528CA3) is unknown color: approx Hippie Blue. HEX triplet: 52, 8C and A3. RGB value is (82,140,163). Sum of RGB (Red+Green+Blue) = 82+140+163=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 163 - color contains mainly: blue. Hex color #528CA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528CA3 is #AD735C. Grayscale: #7D7D7D. Windows color (decimal): -11367261 or 10718290. OLE color: 10718290.

HSL color Cylindrical-coordinate representation of color #528CA3: hue angle of 197.04º 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 #528CA3 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB82140163-
CMYK0.500.1400.36
HSL197.04º33.06%48.04%-
HSV(B)197.04º49.69%63.92%-
XYZ19.4723.1938.1-
YUV125.28149.2897.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.30%
GREEN value IS 140 (55.08% from 255) = 36.36%
BLUE value IS 163 (64.06% from 255) = 42.34%
R=21.30%
G=36.36%
B=42.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821401630.500.1400.36197.0433.0648.04
Hex528CA332E024c52130
Octal12221424362160443054160
Binary101001010001100101000111100101110010010011000101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,140,163); }

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

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

 a { background-color: rgb(82,140,163); }

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

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

 span { border-color: rgb(82,140,163); }

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