#56619F

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

Shades of Governor Bay #56619F

Tints of Governor Bay #56619F

Color information

#56619F (or 0x56619F) is unknown color: approx Governor Bay. HEX triplet: 56, 61 and 9F. RGB value is (86,97,159). Sum of RGB (Red+Green+Blue) = 86+97+159=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #56619F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56619F is #A99E60. Grayscale: #646464. Windows color (decimal): -11116129 or 10445142. OLE color: 10445142.

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

Color convert

RGB8697159-
CMYK0.460.3900.38
HSL230.96º29.8%48.04%-
HSV(B)230.96º45.91%62.35%-
XYZ14.3713.0334.56-
YUV100.78160.86117.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.15%
GREEN value IS 97 (38.28% from 255) = 28.36%
BLUE value IS 159 (62.5% from 255) = 46.49%
R=25.15%
G=28.36%
B=46.49%

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
Decimal86971590.460.3900.38230.9629.848.04
Hex56619F2E27026e71e30
Octal12614123756470463473660
Binary101011011000011001111110111010011101001101110011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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