#564F95

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

Shades of Governor Bay #564F95

Tints of Governor Bay #564F95

Color information

#564F95 (or 0x564F95) is unknown color: approx Governor Bay. HEX triplet: 56, 4F and 95. RGB value is (86,79,149). Sum of RGB (Red+Green+Blue) = 86+79+149=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #564F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564F95 is #A9B06A. Grayscale: #585858. Windows color (decimal): -11120747 or 9785174. OLE color: 9785174.

HSL color Cylindrical-coordinate representation of color #564F95: hue angle of 246º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #564F95 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8679149-
CMYK0.420.4700.42
HSL246º30.7%44.71%-
HSV(B)246º46.98%58.43%-
XYZ12.069.7429.68-
YUV89.07161.82125.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.39%
GREEN value IS 79 (31.25% from 255) = 25.16%
BLUE value IS 149 (58.59% from 255) = 47.45%
R=27.39%
G=25.16%
B=47.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86791490.420.4700.4224630.744.71
Hex564F952A2F02Af61f2d
Octal12611722552570523663755
Binary101011010011111001010110101010111101010101111011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,79,149); }

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

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

 a { background-color: rgb(86,79,149); }

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

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

 span { border-color: rgb(86,79,149); }

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