#56639F

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

Shades of Governor Bay #56639F

Tints of Governor Bay #56639F

Color information

#56639F (or 0x56639F) is unknown color: approx Governor Bay. HEX triplet: 56, 63 and 9F. RGB value is (86,99,159). Sum of RGB (Red+Green+Blue) = 86+99+159=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 159 - color contains mainly: blue. Hex color #56639F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56639F is #A99C60. Grayscale: #656565. Windows color (decimal): -11115617 or 10445654. OLE color: 10445654.

HSL color Cylindrical-coordinate representation of color #56639F: hue angle of 229.32º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #56639F is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8699159-
CMYK0.460.3800.38
HSL229.32º29.8%48.04%-
HSV(B)229.32º45.91%62.35%-
XYZ14.5613.4134.62-
YUV101.95160.19116.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25%
GREEN value IS 99 (39.06% from 255) = 28.78%
BLUE value IS 159 (62.5% from 255) = 46.22%
R=25%
G=28.78%
B=46.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86991590.460.3800.38229.3229.848.04
Hex56639F2E26026e51e30
Octal12614323756460463453660
Binary101011011000111001111110111010011001001101110010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56639F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56639F; }

 p { color: rgb(86,99,159); }

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

<style>
 a { background-color: #56639F; }

 a { background-color: rgb(86,99,159); }

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

<style>
 span { border-color: #56639F; }

 span { border-color: rgb(86,99,159); }

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