#56609E

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

Shades of Governor Bay #56609E

Tints of Governor Bay #56609E

Color information

#56609E (or 0x56609E) is unknown color: approx Governor Bay. HEX triplet: 56, 60 and 9E. RGB value is (86,96,158). Sum of RGB (Red+Green+Blue) = 86+96+158=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #56609E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56609E is #A99F61. Grayscale: #636363. Windows color (decimal): -11116386 or 10379350. OLE color: 10379350.

HSL color Cylindrical-coordinate representation of color #56609E: hue angle of 231.67º 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 #56609E is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8696158-
CMYK0.460.3900.38
HSL231.67º29.51%47.84%-
HSV(B)231.67º45.57%61.96%-
XYZ14.1912.8134.07-
YUV100.08160.69117.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.29%
GREEN value IS 96 (37.89% from 255) = 28.24%
BLUE value IS 158 (62.11% from 255) = 46.47%
R=25.29%
G=28.24%
B=46.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86961580.460.3900.38231.6729.5147.84
Hex56609E2E27026e81e30
Octal12614023656470463503660
Binary101011011000001001111010111010011101001101110100011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56609E; }

 p { color: rgb(86,96,158); }

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

<style>
 a { background-color: #56609E; }

 a { background-color: rgb(86,96,158); }

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

<style>
 span { border-color: #56609E; }

 span { border-color: rgb(86,96,158); }

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