#564E96

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

Shades of Governor Bay #564E96

Tints of Governor Bay #564E96

Color information

#564E96 (or 0x564E96) is unknown color: approx Governor Bay. HEX triplet: 56, 4E and 96. RGB value is (86,78,150). Sum of RGB (Red+Green+Blue) = 86+78+150=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #564E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564E96 is #A9B169. Grayscale: #585858. Windows color (decimal): -11121002 or 9850454. OLE color: 9850454.

HSL color Cylindrical-coordinate representation of color #564E96: hue angle of 246.67º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #564E96 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8678150-
CMYK0.430.4800.41
HSL246.67º31.58%44.71%-
HSV(B)246.67º48%58.82%-
XYZ12.079.6330.08-
YUV88.6162.65126.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.39%
GREEN value IS 78 (30.86% from 255) = 24.84%
BLUE value IS 150 (58.98% from 255) = 47.77%
R=27.39%
G=24.84%
B=47.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal86781500.430.4800.41246.6731.5844.71
Hex564E962B30029f7202d
Octal12611622653600513674055
Binary1010110100111010010110101011110000010100111110111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,78,150); }

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

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

 a { background-color: rgb(86,78,150); }

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

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

 span { border-color: rgb(86,78,150); }

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