#56549B

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

Shades of Governor Bay #56549B

Tints of Governor Bay #56549B

Color information

#56549B (or 0x56549B) is unknown color: approx Governor Bay. HEX triplet: 56, 54 and 9B. RGB value is (86,84,155). Sum of RGB (Red+Green+Blue) = 86+84+155=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #56549B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56549B is #A9AB64. Grayscale: #5C5C5C. Windows color (decimal): -11119461 or 10179670. OLE color: 10179670.

HSL color Cylindrical-coordinate representation of color #56549B: hue angle of 241.69º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #56549B is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8684155-
CMYK0.450.4600.39
HSL241.69º29.71%46.86%-
HSV(B)241.69º45.81%60.78%-
XYZ12.9210.6932.39-
YUV92.69163.16123.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.46%
GREEN value IS 84 (33.20% from 255) = 25.85%
BLUE value IS 155 (60.94% from 255) = 47.69%
R=26.46%
G=25.85%
B=47.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86841550.450.4600.39241.6929.7146.86
Hex56549B2D2E027f21e2f
Octal12612423355560473623657
Binary101011010101001001101110110110111001001111111001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56549B; }

 p { color: rgb(86,84,155); }

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

<style>
 a { background-color: #56549B; }

 a { background-color: rgb(86,84,155); }

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

<style>
 span { border-color: #56549B; }

 span { border-color: rgb(86,84,155); }

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