#5B6191

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

Shades of Governor Bay #5B6191

Tints of Governor Bay #5B6191

Color information

#5B6191 (or 0x5B6191) is unknown color: approx Governor Bay. HEX triplet: 5B, 61 and 91. RGB value is (91,97,145). Sum of RGB (Red+Green+Blue) = 91+97+145=333 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.33% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 145 - color contains mainly: blue. Hex color #5B6191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6191 is #A49E6E. Grayscale: #646464. Windows color (decimal): -10788463 or 9527643. OLE color: 9527643.

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

Color convert

RGB9197145-
CMYK0.370.3300.43
HSL233.33º22.88%46.27%-
HSV(B)233.33º37.24%56.86%-
XYZ13.712.8228.54-
YUV100.68153.01121.1-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.33%
GREEN value IS 97 (38.28% from 255) = 29.13%
BLUE value IS 145 (57.03% from 255) = 43.54%
R=27.33%
G=29.13%
B=43.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal91971450.370.3300.43233.3322.8846.27
Hex5B6191252102Be9172e
Octal13314122145410533512756
Binary101101111000011001000110010110000101010111110100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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