#564d9c

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

Shades of Governor Bay #564D9C

Tints of Governor Bay #564D9C

Color information

#564D9C (or 0x564D9C) is unknown color: approx Governor Bay. HEX triplet: 56, 4D and 9C. RGB value is (86,77,156). Sum of RGB (Red+Green+Blue) = 86+77+156=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #564D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564D9C is #A9B263. Grayscale: #585858. Windows color (decimal): -11121252 or 10243414. OLE color: 10243414.

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

Color convert

RGB8677156-
CMYK0.450.5100.39
HSL246.84º33.91%45.69%-
HSV(B)246.84º50.64%61.18%-
XYZ12.499.6932.66-
YUV88.7165.98126.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.96%
GREEN value IS 77 (30.47% from 255) = 24.14%
BLUE value IS 156 (61.33% from 255) = 48.90%
R=26.96%
G=24.14%
B=48.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86771560.450.5100.39246.8433.9145.69
Hex564D9C2D33027f7222e
Octal12611523455630473674256
Binary1010110100110110011100101101110011010011111110111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564d9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564d9c; }

 p { color: rgb(86,77,156); }

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

<style>
 a { background-color: #564d9c; }

 a { background-color: rgb(86,77,156); }

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

<style>
 span { border-color: #564d9c; }

 span { border-color: rgb(86,77,156); }

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