#5C6199

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

Shades of Governor Bay #5C6199

Tints of Governor Bay #5C6199

Color information

#5C6199 (or 0x5C6199) is unknown color: approx Governor Bay. HEX triplet: 5C, 61 and 99. RGB value is (92,97,153). Sum of RGB (Red+Green+Blue) = 92+97+153=342 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.90% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #5C6199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6199 is #A39E66. Grayscale: #656565. Windows color (decimal): -10722919 or 10051932. OLE color: 10051932.

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

Color convert

RGB9297153-
CMYK0.400.3700.4
HSL235.08º24.9%48.04%-
HSV(B)235.08º39.87%60%-
XYZ14.4413.1231.91-
YUV101.89156.84120.95-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.90%
GREEN value IS 97 (38.28% from 255) = 28.36%
BLUE value IS 153 (60.16% from 255) = 44.74%
R=26.90%
G=28.36%
B=44.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal92971530.400.3700.4235.0824.948.04
Hex5C61992825028eb1930
Octal13414123150450503533160
Binary101110011000011001100110100010010101010001110101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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