#56578B

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

Shades of Governor Bay #56578B

Tints of Governor Bay #56578B

Color information

#56578B (or 0x56578B) is unknown color: approx Governor Bay. HEX triplet: 56, 57 and 8B. RGB value is (86,87,139). Sum of RGB (Red+Green+Blue) = 86+87+139=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #56578B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56578B is #A9A874. Grayscale: #5C5C5C. Windows color (decimal): -11118709 or 9131862. OLE color: 9131862.

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

Color convert

RGB8687139-
CMYK0.380.3700.45
HSL238.87º23.56%44.12%-
HSV(B)238.87º38.13%54.51%-
XYZ11.9110.6625.86-
YUV92.63154.17123.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.56%
GREEN value IS 87 (34.38% from 255) = 27.88%
BLUE value IS 139 (54.69% from 255) = 44.55%
R=27.56%
G=27.88%
B=44.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal86871390.380.3700.45238.8723.5644.12
Hex56578B262502Def182c
Octal12612721346450553573054
Binary101011010101111000101110011010010101011011110111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56578B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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