#564E9B

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

Shades of Governor Bay #564E9B

Tints of Governor Bay #564E9B

Color information

#564E9B (or 0x564E9B) is unknown color: approx Governor Bay. HEX triplet: 56, 4E and 9B. RGB value is (86,78,155). Sum of RGB (Red+Green+Blue) = 86+78+155=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #564E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564E9B is #A9B164. Grayscale: #585858. Windows color (decimal): -11120997 or 10178134. OLE color: 10178134.

HSL color Cylindrical-coordinate representation of color #564E9B: hue angle of 246.23º 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 #564E9B is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8678155-
CMYK0.450.5000.39
HSL246.23º33.05%45.69%-
HSV(B)246.23º49.68%60.78%-
XYZ12.489.7932.24-
YUV89.17165.15125.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.96%
GREEN value IS 78 (30.86% from 255) = 24.45%
BLUE value IS 155 (60.94% from 255) = 48.59%
R=26.96%
G=24.45%
B=48.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86781550.450.5000.39246.2333.0545.69
Hex564E9B2D32027f6212e
Octal12611623355620473664156
Binary1010110100111010011011101101110010010011111110110100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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