#56559B

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

Shades of Governor Bay #56559B

Tints of Governor Bay #56559B

Color information

#56559B (or 0x56559B) is unknown color: approx Governor Bay. HEX triplet: 56, 55 and 9B. RGB value is (86,85,155). Sum of RGB (Red+Green+Blue) = 86+85+155=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #56559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56559B is #A9AA64. Grayscale: #5D5D5D. Windows color (decimal): -11119205 or 10179926. OLE color: 10179926.

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

Color convert

RGB8685155-
CMYK0.450.4500.39
HSL240.86º29.17%47.06%-
HSV(B)240.86º45.16%60.78%-
XYZ1310.8432.42-
YUV93.28162.83122.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.38%
GREEN value IS 85 (33.59% from 255) = 26.07%
BLUE value IS 155 (60.94% from 255) = 47.55%
R=26.38%
G=26.07%
B=47.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86851550.450.4500.39240.8629.1747.06
Hex56559B2D2D027f11d2f
Octal12612523355550473613557
Binary101011010101011001101110110110110101001111111000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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