#528498

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

Shades of Hippie Blue #528498

Tints of Hippie Blue #528498

Color information

#528498 (or 0x528498) is unknown color: approx Hippie Blue. HEX triplet: 52, 84 and 98. RGB value is (82,132,152). Sum of RGB (Red+Green+Blue) = 82+132+152=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 152 - color contains mainly: blue. Hex color #528498 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528498 is #AD7B67. Grayscale: #777777. Windows color (decimal): -11369320 or 9995346. OLE color: 9995346.

HSL color Cylindrical-coordinate representation of color #528498: hue angle of 197.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #528498 is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB82132152-
CMYK0.460.1300.40
HSL197.14º29.91%45.88%-
HSV(B)197.14º46.05%59.61%-
XYZ17.420.5632.76-
YUV119.33146.44101.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.40%
GREEN value IS 132 (51.95% from 255) = 36.07%
BLUE value IS 152 (59.77% from 255) = 41.53%
R=22.40%
G=36.07%
B=41.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821321520.460.1300.40197.1429.9145.88
Hex5284982ED028c51e2e
Octal12220423056150503053656
Binary10100101000010010011000101110110101010001100010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528498; }

 p { color: rgb(82,132,152); }

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

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

 a { background-color: rgb(82,132,152); }

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

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

 span { border-color: rgb(82,132,152); }

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