#56589D

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

Shades of Governor Bay #56589D

Tints of Governor Bay #56589D

Color information

#56589D (or 0x56589D) is unknown color: approx Governor Bay. HEX triplet: 56, 58 and 9D. RGB value is (86,88,157). Sum of RGB (Red+Green+Blue) = 86+88+157=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #56589D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56589D is #A9A762. Grayscale: #5E5E5E. Windows color (decimal): -11118435 or 10311766. OLE color: 10311766.

HSL color Cylindrical-coordinate representation of color #56589D: hue angle of 238.31º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56589D is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8688157-
CMYK0.450.4400.38
HSL238.31º29.22%47.65%-
HSV(B)238.31º45.22%61.57%-
XYZ13.4111.3933.39-
YUV95.27162.84121.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.98%
GREEN value IS 88 (34.77% from 255) = 26.59%
BLUE value IS 157 (61.72% from 255) = 47.43%
R=25.98%
G=26.59%
B=47.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86881570.450.4400.38238.3129.2247.65
Hex56589D2D2C026ee1d30
Octal12613023555540463563560
Binary101011010110001001110110110110110001001101110111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56589D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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