#564E9C

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

Shades of Governor Bay #564E9C

Tints of Governor Bay #564E9C

Color information

#564E9C (or 0x564E9C) is unknown color: approx Governor Bay. HEX triplet: 56, 4E and 9C. RGB value is (86,78,156). Sum of RGB (Red+Green+Blue) = 86+78+156=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #564E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564E9C is #A9B163. Grayscale: #585858. Windows color (decimal): -11120996 or 10243670. OLE color: 10243670.

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

Color convert

RGB8678156-
CMYK0.450.500.39
HSL246.15º33.33%45.88%-
HSV(B)246.15º50%61.18%-
XYZ12.569.8332.69-
YUV89.28165.65125.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.88%
GREEN value IS 78 (30.86% from 255) = 24.38%
BLUE value IS 156 (61.33% from 255) = 48.75%
R=26.88%
G=24.38%
B=48.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86781560.450.500.39246.1533.3345.88
Hex564E9C2D32027f6212e
Octal12611623455620473664156
Binary1010110100111010011100101101110010010011111110110100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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