#56619B

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

Shades of Governor Bay #56619B

Tints of Governor Bay #56619B

Color information

#56619B (or 0x56619B) is unknown color: approx Governor Bay. HEX triplet: 56, 61 and 9B. RGB value is (86,97,155). Sum of RGB (Red+Green+Blue) = 86+97+155=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #56619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56619B is #A99E64. Grayscale: #646464. Windows color (decimal): -11116133 or 10182998. OLE color: 10182998.

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

Color convert

RGB8697155-
CMYK0.450.3700.39
HSL230.43º28.63%47.25%-
HSV(B)230.43º44.52%60.78%-
XYZ14.0312.8932.76-
YUV100.32158.86117.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.44%
GREEN value IS 97 (38.28% from 255) = 28.70%
BLUE value IS 155 (60.94% from 255) = 45.86%
R=25.44%
G=28.70%
B=45.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86971550.450.3700.39230.4328.6347.25
Hex56619B2D25027e61d2f
Octal12614123355450473463557
Binary101011011000011001101110110110010101001111110011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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