#56589B

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

Shades of Governor Bay #56589B

Tints of Governor Bay #56589B

Color information

#56589B (or 0x56589B) is unknown color: approx Governor Bay. HEX triplet: 56, 58 and 9B. RGB value is (86,88,155). Sum of RGB (Red+Green+Blue) = 86+88+155=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #56589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56589B is #A9A764. Grayscale: #5E5E5E. Windows color (decimal): -11118437 or 10180694. OLE color: 10180694.

HSL color Cylindrical-coordinate representation of color #56589B: hue angle of 238.26º 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 #56589B is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8688155-
CMYK0.450.4300.39
HSL238.26º28.63%47.25%-
HSV(B)238.26º44.52%60.78%-
XYZ13.2411.3232.5-
YUV95.04161.84121.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.14%
GREEN value IS 88 (34.77% from 255) = 26.75%
BLUE value IS 155 (60.94% from 255) = 47.11%
R=26.14%
G=26.75%
B=47.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86881550.450.4300.39238.2628.6347.25
Hex56589B2D2B027ee1d2f
Octal12613023355530473563557
Binary101011010110001001101110110110101101001111110111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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