#56598B

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

Shades of Governor Bay #56598B

Tints of Governor Bay #56598B

Color information

#56598B (or 0x56598B) is unknown color: approx Governor Bay. HEX triplet: 56, 59 and 8B. RGB value is (86,89,139). Sum of RGB (Red+Green+Blue) = 86+89+139=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #56598B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56598B is #A9A674. Grayscale: #5D5D5D. Windows color (decimal): -11118197 or 9132374. OLE color: 9132374.

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

Color convert

RGB8689139-
CMYK0.380.3600.45
HSL236.6º23.56%44.12%-
HSV(B)236.6º38.13%54.51%-
XYZ12.0710.9925.91-
YUV93.8153.51122.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.39%
GREEN value IS 89 (35.16% from 255) = 28.34%
BLUE value IS 139 (54.69% from 255) = 44.27%
R=27.39%
G=28.34%
B=44.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal86891390.380.3600.45236.623.5644.12
Hex56598B262402Ded182c
Octal12613121346440553553054
Binary101011010110011000101110011010010001011011110110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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