#528094

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

Shades of Hippie Blue #528094

Tints of Hippie Blue #528094

Color information

#528094 (or 0x528094) is unknown color: approx Hippie Blue. HEX triplet: 52, 80 and 94. RGB value is (82,128,148). Sum of RGB (Red+Green+Blue) = 82+128+148=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 148 - color contains mainly: blue. Hex color #528094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528094 is #AD7F6B. Grayscale: #747474. Windows color (decimal): -11370348 or 9732178. OLE color: 9732178.

HSL color Cylindrical-coordinate representation of color #528094: hue angle of 198.18º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #528094 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB82128148-
CMYK0.450.1400.42
HSL198.18º28.7%45.1%-
HSV(B)198.18º44.59%58.04%-
XYZ16.5419.3730.88-
YUV116.53145.76103.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.91%
GREEN value IS 128 (50.39% from 255) = 35.75%
BLUE value IS 148 (58.20% from 255) = 41.34%
R=22.91%
G=35.75%
B=41.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821281480.450.1400.42198.1828.745.1
Hex5280942DE02Ac61d2d
Octal12220022455160523063555
Binary10100101000000010010100101101111001010101100011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528094; }

 p { color: rgb(82,128,148); }

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

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

 a { background-color: rgb(82,128,148); }

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

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

 span { border-color: rgb(82,128,148); }

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