#56509D

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

Shades of Governor Bay #56509D

Tints of Governor Bay #56509D

Color information

#56509D (or 0x56509D) is unknown color: approx Governor Bay. HEX triplet: 56, 50 and 9D. RGB value is (86,80,157). Sum of RGB (Red+Green+Blue) = 86+80+157=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #56509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56509D is #A9AF62. Grayscale: #5A5A5A. Windows color (decimal): -11120483 or 10309718. OLE color: 10309718.

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

Color convert

RGB8680157-
CMYK0.450.4900.38
HSL244.68º32.49%46.47%-
HSV(B)244.68º49.04%61.57%-
XYZ12.7910.1533.18-
YUV90.57165.49124.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.63%
GREEN value IS 80 (31.64% from 255) = 24.77%
BLUE value IS 157 (61.72% from 255) = 48.61%
R=26.63%
G=24.77%
B=48.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86801570.450.4900.38244.6832.4946.47
Hex56509D2D31026f5202e
Octal12612023555610463654056
Binary1010110101000010011101101101110001010011011110101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56509D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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