#528391

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

Shades of Hippie Blue #528391

Tints of Hippie Blue #528391

Color information

#528391 (or 0x528391) is unknown color: approx Hippie Blue. HEX triplet: 52, 83 and 91. RGB value is (82,131,145). Sum of RGB (Red+Green+Blue) = 82+131+145=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 145 - color contains mainly: blue. Hex color #528391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528391 is #AD7C6E. Grayscale: #757575. Windows color (decimal): -11369583 or 9536338. OLE color: 9536338.

HSL color Cylindrical-coordinate representation of color #528391: hue angle of 193.33º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #528391 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB82131145-
CMYK0.430.1000.43
HSL193.33º27.75%44.51%-
HSV(B)193.33º43.45%56.86%-
XYZ16.7120.0729.78-
YUV117.94143.27102.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.91%
GREEN value IS 131 (51.56% from 255) = 36.59%
BLUE value IS 145 (57.03% from 255) = 40.50%
R=22.91%
G=36.59%
B=40.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821311450.430.1000.43193.3327.7544.51
Hex5283912BA02Bc11c2d
Octal12220322153120533013455
Binary10100101000001110010001101011101001010111100000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528391; }

 p { color: rgb(82,131,145); }

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

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

 a { background-color: rgb(82,131,145); }

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

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

 span { border-color: rgb(82,131,145); }

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