#5C5599

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

Shades of Governor Bay #5C5599

Tints of Governor Bay #5C5599

Color information

#5C5599 (or 0x5C5599) is unknown color: approx Governor Bay. HEX triplet: 5C, 55 and 99. RGB value is (92,85,153). Sum of RGB (Red+Green+Blue) = 92+85+153=330 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.88% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #5C5599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5599 is #A3AA66. Grayscale: #5E5E5E. Windows color (decimal): -10725991 or 10048860. OLE color: 10048860.

HSL color Cylindrical-coordinate representation of color #5C5599: hue angle of 246.18º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5C5599 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9285153-
CMYK0.400.4400.4
HSL246.18º28.57%46.67%-
HSV(B)246.18º44.44%60%-
XYZ13.4111.0731.57-
YUV94.84160.82125.97-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.88%
GREEN value IS 85 (33.59% from 255) = 25.76%
BLUE value IS 153 (60.16% from 255) = 46.36%
R=27.88%
G=25.76%
B=46.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal92851530.400.4400.4246.1828.5746.67
Hex5C5599282C028f61d2f
Octal13412523150540503663557
Binary101110010101011001100110100010110001010001111011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,85,153); }

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

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

 a { background-color: rgb(92,85,153); }

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

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

 span { border-color: rgb(92,85,153); }

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