#5791A0

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

Shades of Hippie Blue #5791A0

Tints of Hippie Blue #5791A0

Color information

#5791A0 (or 0x5791A0) is unknown color: approx Hippie Blue. HEX triplet: 57, 91 and A0. RGB value is (87,145,160). Sum of RGB (Red+Green+Blue) = 87+145+160=392 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.19% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 160 (62.89% from 255 or 40.82% from 392); Max value from RGB is 160 - color contains mainly: blue. Hex color #5791A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5791A0 is #A86E5F. Grayscale: #818181. Windows color (decimal): -11038304 or 10522967. OLE color: 10522967.

HSL color Cylindrical-coordinate representation of color #5791A0: hue angle of 192.33º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5791A0 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB87145160-
CMYK0.460.0900.37
HSL192.33º29.55%48.43%-
HSV(B)192.33º45.63%62.75%-
XYZ20.424.8236.97-
YUV129.37145.2897.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.19%
GREEN value IS 145 (57.03% from 255) = 36.99%
BLUE value IS 160 (62.89% from 255) = 40.82%
R=22.19%
G=36.99%
B=40.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal871451600.460.0900.37192.3329.5548.43
Hex5791A02E9025c01e30
Octal12722124056110453003660
Binary10101111001000110100000101110100101001011100000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5791A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5791A0; }

 p { color: rgb(87,145,160); }

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

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

 a { background-color: rgb(87,145,160); }

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

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

 span { border-color: rgb(87,145,160); }

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