#56609B

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

Shades of Governor Bay #56609B

Tints of Governor Bay #56609B

Color information

#56609B (or 0x56609B) is unknown color: approx Governor Bay. HEX triplet: 56, 60 and 9B. RGB value is (86,96,155). Sum of RGB (Red+Green+Blue) = 86+96+155=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #56609B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56609B is #A99F64. Grayscale: #636363. Windows color (decimal): -11116389 or 10182742. OLE color: 10182742.

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

Color convert

RGB8696155-
CMYK0.450.3800.39
HSL231.3º28.63%47.25%-
HSV(B)231.3º44.52%60.78%-
XYZ13.9412.7132.73-
YUV99.74159.19118.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.52%
GREEN value IS 96 (37.89% from 255) = 28.49%
BLUE value IS 155 (60.94% from 255) = 45.99%
R=25.52%
G=28.49%
B=45.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86961550.450.3800.39231.328.6347.25
Hex56609B2D26027e71d2f
Octal12614023355460473473557
Binary101011011000001001101110110110011001001111110011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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