#56509B

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

Shades of Governor Bay #56509B

Tints of Governor Bay #56509B

Color information

#56509B (or 0x56509B) is unknown color: approx Governor Bay. HEX triplet: 56, 50 and 9B. RGB value is (86,80,155). Sum of RGB (Red+Green+Blue) = 86+80+155=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #56509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56509B is #A9AF64. Grayscale: #5A5A5A. Windows color (decimal): -11120485 or 10178646. OLE color: 10178646.

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

Color convert

RGB8680155-
CMYK0.450.4800.39
HSL244.8º31.91%46.08%-
HSV(B)244.8º48.39%60.78%-
XYZ12.6210.0832.29-
YUV90.34164.49124.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.79%
GREEN value IS 80 (31.64% from 255) = 24.92%
BLUE value IS 155 (60.94% from 255) = 48.29%
R=26.79%
G=24.92%
B=48.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86801550.450.4800.39244.831.9146.08
Hex56509B2D30027f5202e
Octal12612023355600473654056
Binary1010110101000010011011101101110000010011111110101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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