#5C6191

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

Shades of Governor Bay #5C6191

Tints of Governor Bay #5C6191

Color information

#5C6191 (or 0x5C6191) is unknown color: approx Governor Bay. HEX triplet: 5C, 61 and 91. RGB value is (92,97,145). Sum of RGB (Red+Green+Blue) = 92+97+145=334 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.54% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #5C6191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6191 is #A39E6E. Grayscale: #646464. Windows color (decimal): -10722927 or 9527644. OLE color: 9527644.

HSL color Cylindrical-coordinate representation of color #5C6191: hue angle of 234.34º degrees, saturation: 0.22, 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 #5C6191 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9297145-
CMYK0.370.3300.43
HSL234.34º22.36%46.47%-
HSV(B)234.34º36.55%56.86%-
XYZ13.812.8728.54-
YUV100.98152.84121.6-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.54%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 145 (57.03% from 255) = 43.41%
R=27.54%
G=29.04%
B=43.41%

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
Decimal92971450.370.3300.43234.3422.3646.47
Hex5C6191252102Bea162e
Octal13414122145410533522656
Binary101110011000011001000110010110000101010111110101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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