#56489F

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

Shades of Governor Bay #56489F

Tints of Governor Bay #56489F

Color information

#56489F (or 0x56489F) is unknown color: approx Governor Bay. HEX triplet: 56, 48 and 9F. RGB value is (86,72,159). Sum of RGB (Red+Green+Blue) = 86+72+159=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #56489F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56489F is #A9B760. Grayscale: #555555. Windows color (decimal): -11122529 or 10438742. OLE color: 10438742.

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

Color convert

RGB8672159-
CMYK0.460.5500.38
HSL249.66º37.66%45.29%-
HSV(B)249.66º54.72%62.35%-
XYZ12.419.1233.91-
YUV86.1169.14127.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.13%
GREEN value IS 72 (28.52% from 255) = 22.71%
BLUE value IS 159 (62.5% from 255) = 50.16%
R=27.13%
G=22.71%
B=50.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86721590.460.5500.38249.6637.6645.29
Hex56489F2E37026fa262d
Octal12611023756670463724655
Binary1010110100100010011111101110110111010011011111010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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