#56559E

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

Shades of Governor Bay #56559E

Tints of Governor Bay #56559E

Color information

#56559E (or 0x56559E) is unknown color: approx Governor Bay. HEX triplet: 56, 55 and 9E. RGB value is (86,85,158). Sum of RGB (Red+Green+Blue) = 86+85+158=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 158 (62.11% from 255 or 48.02% from 329); Max value from RGB is 158 - color contains mainly: blue. Hex color #56559E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56559E is #A9AA61. Grayscale: #5D5D5D. Windows color (decimal): -11119202 or 10376534. OLE color: 10376534.

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

Color convert

RGB8685158-
CMYK0.460.4600.38
HSL240.82º30.04%47.65%-
HSV(B)240.82º46.2%61.96%-
XYZ13.2610.9433.76-
YUV93.62164.33122.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.14%
GREEN value IS 85 (33.59% from 255) = 25.84%
BLUE value IS 158 (62.11% from 255) = 48.02%
R=26.14%
G=25.84%
B=48.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86851580.460.4600.38240.8230.0447.65
Hex56559E2E2E026f11e30
Octal12612523656560463613660
Binary101011010101011001111010111010111001001101111000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56559E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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