#528095

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

Shades of Hippie Blue #528095

Tints of Hippie Blue #528095

Color information

#528095 (or 0x528095) is unknown color: approx Hippie Blue. HEX triplet: 52, 80 and 95. RGB value is (82,128,149). Sum of RGB (Red+Green+Blue) = 82+128+149=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #528095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528095 is #AD7F6A. Grayscale: #747474. Windows color (decimal): -11370347 or 9797714. OLE color: 9797714.

HSL color Cylindrical-coordinate representation of color #528095: hue angle of 198.81º 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 #528095 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB82128149-
CMYK0.450.1400.42
HSL198.81º29%45.29%-
HSV(B)198.81º44.97%58.43%-
XYZ16.6219.431.3-
YUV116.64146.26103.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.84%
GREEN value IS 128 (50.39% from 255) = 35.65%
BLUE value IS 149 (58.59% from 255) = 41.50%
R=22.84%
G=35.65%
B=41.50%

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
Decimal821281490.450.1400.42198.812945.29
Hex5280952DE02Ac71d2d
Octal12220022555160523073555
Binary10100101000000010010101101101111001010101100011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528095; }

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

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

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

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

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

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

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

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