#5B5A90

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

Shades of Governor Bay #5B5A90

Tints of Governor Bay #5B5A90

Color information

#5B5A90 (or 0x5B5A90) is unknown color: approx Governor Bay. HEX triplet: 5B, 5A and 90. RGB value is (91,90,144). Sum of RGB (Red+Green+Blue) = 91+90+144=325 (43% of max value = 765). Red value is 91 (35.94% from 255 or 28% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #5B5A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5A90 is #A4A56F. Grayscale: #606060. Windows color (decimal): -10790256 or 9460315. OLE color: 9460315.

HSL color Cylindrical-coordinate representation of color #5B5A90: hue angle of 241.11º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B5A90 is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9190144-
CMYK0.370.3700.44
HSL241.11º23.08%45.88%-
HSV(B)241.11º37.5%56.47%-
XYZ1311.5527.93-
YUV96.46154.83124.11-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28%
GREEN value IS 90 (35.55% from 255) = 27.69%
BLUE value IS 144 (56.64% from 255) = 44.31%
R=28%
G=27.69%
B=44.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91901440.370.3700.44241.1123.0845.88
Hex5B5A90252502Cf1172e
Octal13313222045450543612756
Binary101101110110101001000010010110010101011001111000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,90,144); }

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

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

 a { background-color: rgb(91,90,144); }

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

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

 span { border-color: rgb(91,90,144); }

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