#56569f

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

Shades of Governor Bay #56569F

Tints of Governor Bay #56569F

Color information

#56569F (or 0x56569F) is unknown color: approx Governor Bay. HEX triplet: 56, 56 and 9F. RGB value is (86,86,159). Sum of RGB (Red+Green+Blue) = 86+86+159=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #56569F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56569F is #A9A960. Grayscale: #5E5E5E. Windows color (decimal): -11118945 or 10442326. OLE color: 10442326.

HSL color Cylindrical-coordinate representation of color #56569F: hue angle of 240º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #56569F is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8686159-
CMYK0.460.4600.38
HSL240º29.8%48.04%-
HSV(B)240º45.91%62.35%-
XYZ13.4211.1434.24-
YUV94.32164.5122.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.98%
GREEN value IS 86 (33.98% from 255) = 25.98%
BLUE value IS 159 (62.5% from 255) = 48.04%
R=25.98%
G=25.98%
B=48.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86861590.460.4600.3824029.848.04
Hex56569F2E2E026f01e30
Octal12612623756560463603660
Binary101011010101101001111110111010111001001101111000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56569f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56569f; }

 p { color: rgb(86,86,159); }

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

<style>
 a { background-color: #56569f; }

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

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

<style>
 span { border-color: #56569f; }

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

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