#56639A

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

Shades of Governor Bay #56639A

Tints of Governor Bay #56639A

Color information

#56639A (or 0x56639A) is unknown color: approx Governor Bay. HEX triplet: 56, 63 and 9A. RGB value is (86,99,154). Sum of RGB (Red+Green+Blue) = 86+99+154=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 154 - color contains mainly: blue. Hex color #56639A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56639A is #A99C65. Grayscale: #656565. Windows color (decimal): -11115622 or 10117974. OLE color: 10117974.

HSL color Cylindrical-coordinate representation of color #56639A: hue angle of 228.53º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #56639A is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8699154-
CMYK0.440.3600.40
HSL228.53º28.33%47.06%-
HSV(B)228.53º44.16%60.39%-
XYZ14.1313.2432.38-
YUV101.38157.69117.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.37%
GREEN value IS 99 (39.06% from 255) = 29.20%
BLUE value IS 154 (60.55% from 255) = 45.43%
R=25.37%
G=29.20%
B=45.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal86991540.440.3600.40228.5328.3347.06
Hex56639A2C24028e51c2f
Octal12614323254440503453457
Binary101011011000111001101010110010010001010001110010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56639A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56639A; }

 p { color: rgb(86,99,154); }

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

<style>
 a { background-color: #56639A; }

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

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

<style>
 span { border-color: #56639A; }

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

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