#528198

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

Shades of Hippie Blue #528198

Tints of Hippie Blue #528198

Color information

#528198 (or 0x528198) is unknown color: approx Hippie Blue. HEX triplet: 52, 81 and 98. RGB value is (82,129,152). Sum of RGB (Red+Green+Blue) = 82+129+152=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 152 - color contains mainly: blue. Hex color #528198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528198 is #AD7E67. Grayscale: #757575. Windows color (decimal): -11370088 or 9994578. OLE color: 9994578.

HSL color Cylindrical-coordinate representation of color #528198: hue angle of 199.71º 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 #528198 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB82129152-
CMYK0.460.1500.40
HSL199.71º29.91%45.88%-
HSV(B)199.71º46.05%59.61%-
XYZ1719.7632.62-
YUV117.57147.43102.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.59%
GREEN value IS 129 (50.78% from 255) = 35.54%
BLUE value IS 152 (59.77% from 255) = 41.87%
R=22.59%
G=35.54%
B=41.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821291520.460.1500.40199.7129.9145.88
Hex5281982EF028c81e2e
Octal12220123056170503103656
Binary10100101000000110011000101110111101010001100100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528198; }

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

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

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

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

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

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

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

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