#5C6499

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

Shades of Governor Bay #5C6499

Tints of Governor Bay #5C6499

Color information

#5C6499 (or 0x5C6499) is unknown color: approx Governor Bay. HEX triplet: 5C, 64 and 99. RGB value is (92,100,153). Sum of RGB (Red+Green+Blue) = 92+100+153=345 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.67% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #5C6499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6499 is #A39B66. Grayscale: #676767. Windows color (decimal): -10722151 or 10052700. OLE color: 10052700.

HSL color Cylindrical-coordinate representation of color #5C6499: hue angle of 232.13º 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 #5C6499 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB92100153-
CMYK0.400.3500.4
HSL232.13º24.9%48.04%-
HSV(B)232.13º39.87%60%-
XYZ14.7213.6932-
YUV103.65155.85119.69-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.67%
GREEN value IS 100 (39.45% from 255) = 28.99%
BLUE value IS 153 (60.16% from 255) = 44.35%
R=26.67%
G=28.99%
B=44.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal921001530.400.3500.4232.1324.948.04
Hex5C64992823028e81930
Octal13414423150430503503160
Binary101110011001001001100110100010001101010001110100011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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