#56558B

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

Shades of Governor Bay #56558B

Tints of Governor Bay #56558B

Color information

#56558B (or 0x56558B) is unknown color: approx Governor Bay. HEX triplet: 56, 55 and 8B. RGB value is (86,85,139). Sum of RGB (Red+Green+Blue) = 86+85+139=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #56558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56558B is #A9AA74. Grayscale: #5B5B5B. Windows color (decimal): -11119221 or 9131350. OLE color: 9131350.

HSL color Cylindrical-coordinate representation of color #56558B: hue angle of 241.11º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #56558B is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8685139-
CMYK0.380.3900.45
HSL241.11º24.11%43.92%-
HSV(B)241.11º38.85%54.51%-
XYZ11.7510.3425.8-
YUV91.46154.83124.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.74%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 139 (54.69% from 255) = 44.84%
R=27.74%
G=27.42%
B=44.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal86851390.380.3900.45241.1124.1143.92
Hex56558B262702Df1182c
Octal12612521346470553613054
Binary101011010101011000101110011010011101011011111000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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