#564E95

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

Shades of Governor Bay #564E95

Tints of Governor Bay #564E95

Color information

#564E95 (or 0x564E95) is unknown color: approx Governor Bay. HEX triplet: 56, 4E and 95. RGB value is (86,78,149). Sum of RGB (Red+Green+Blue) = 86+78+149=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #564E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564E95 is #A9B16A. Grayscale: #585858. Windows color (decimal): -11121003 or 9784918. OLE color: 9784918.

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

Color convert

RGB8678149-
CMYK0.420.4800.42
HSL246.76º31.28%44.51%-
HSV(B)246.76º47.65%58.43%-
XYZ11.999.629.65-
YUV88.49162.15126.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.48%
GREEN value IS 78 (30.86% from 255) = 24.92%
BLUE value IS 149 (58.59% from 255) = 47.60%
R=27.48%
G=24.92%
B=47.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86781490.420.4800.42246.7631.2844.51
Hex564E952A3002Af71f2d
Octal12611622552600523673755
Binary101011010011101001010110101011000001010101111011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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