#5C5991

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

Shades of Governor Bay #5C5991

Tints of Governor Bay #5C5991

Color information

#5C5991 (or 0x5C5991) is unknown color: approx Governor Bay. HEX triplet: 5C, 59 and 91. RGB value is (92,89,145). Sum of RGB (Red+Green+Blue) = 92+89+145=326 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.22% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #5C5991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5991 is #A3A66E. Grayscale: #606060. Windows color (decimal): -10724975 or 9525596. OLE color: 9525596.

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

Color convert

RGB9289145-
CMYK0.370.3900.43
HSL243.21º23.93%45.88%-
HSV(B)243.21º38.62%56.86%-
XYZ13.111.4628.31-
YUV96.28155.49124.95-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.22%
GREEN value IS 89 (35.16% from 255) = 27.30%
BLUE value IS 145 (57.03% from 255) = 44.48%
R=28.22%
G=27.30%
B=44.48%

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
Decimal92891450.370.3900.43243.2123.9345.88
Hex5C5991252702Bf3182e
Octal13413122145470533633056
Binary101110010110011001000110010110011101010111111001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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