#528191

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

Shades of Hippie Blue #528191

Tints of Hippie Blue #528191

Color information

#528191 (or 0x528191) is unknown color: approx Hippie Blue. HEX triplet: 52, 81 and 91. RGB value is (82,129,145). Sum of RGB (Red+Green+Blue) = 82+129+145=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 145 - color contains mainly: blue. Hex color #528191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528191 is #AD7E6E. Grayscale: #747474. Windows color (decimal): -11370095 or 9535826. OLE color: 9535826.

HSL color Cylindrical-coordinate representation of color #528191: hue angle of 195.24º 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 #528191 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB82129145-
CMYK0.430.1100.43
HSL195.24º27.75%44.51%-
HSV(B)195.24º43.45%56.86%-
XYZ16.4419.5429.69-
YUV116.77143.93103.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.03%
GREEN value IS 129 (50.78% from 255) = 36.24%
BLUE value IS 145 (57.03% from 255) = 40.73%
R=23.03%
G=36.24%
B=40.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821291450.430.1100.43195.2427.7544.51
Hex5281912BB02Bc31c2d
Octal12220122153130533033455
Binary10100101000000110010001101011101101010111100001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528191; }

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

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

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

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

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

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

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

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