#5B5891

Color #5B5891 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #5B5891

Tints of Governor Bay #5B5891

Color information

#5B5891 (or 0x5B5891) is unknown color: approx Governor Bay. HEX triplet: 5B, 58 and 91. RGB value is (91,88,145). Sum of RGB (Red+Green+Blue) = 91+88+145=324 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.09% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #5B5891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5891 is #A4A76E. Grayscale: #5F5F5F. Windows color (decimal): -10790767 or 9525339. OLE color: 9525339.

HSL color Cylindrical-coordinate representation of color #5B5891: hue angle of 243.16º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B5891 is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9188145-
CMYK0.370.3900.43
HSL243.16º24.46%45.69%-
HSV(B)243.16º39.31%56.86%-
XYZ12.9111.2528.28-
YUV95.4155.99124.87-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.09%
GREEN value IS 88 (34.77% from 255) = 27.16%
BLUE value IS 145 (57.03% from 255) = 44.75%
R=28.09%
G=27.16%
B=44.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal91881450.370.3900.43243.1624.4645.69
Hex5B5891252702Bf3182e
Octal13313022145470533633056
Binary101101110110001001000110010110011101010111111001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B5891; }

 p { color: rgb(91,88,145); }

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

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

 a { background-color: rgb(91,88,145); }

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

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

 span { border-color: rgb(91,88,145); }

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