#564FA1

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

Shades of Governor Bay #564FA1

Tints of Governor Bay #564FA1

Color information

#564FA1 (or 0x564FA1) is unknown color: approx Governor Bay. HEX triplet: 56, 4F and A1. RGB value is (86,79,161). Sum of RGB (Red+Green+Blue) = 86+79+161=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 161 (63.28% from 255 or 49.39% from 326); Max value from RGB is 161 - color contains mainly: blue. Hex color #564FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564FA1 is #A9B05E. Grayscale: #5A5A5A. Windows color (decimal): -11120735 or 10571606. OLE color: 10571606.

HSL color Cylindrical-coordinate representation of color #564FA1: hue angle of 245.12º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #564FA1 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8679161-
CMYK0.470.5100.37
HSL245.12º34.17%47.06%-
HSV(B)245.12º50.93%63.14%-
XYZ13.0710.1434.99-
YUV90.44167.82124.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.38%
GREEN value IS 79 (31.25% from 255) = 24.23%
BLUE value IS 161 (63.28% from 255) = 49.39%
R=26.38%
G=24.23%
B=49.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal86791610.470.5100.37245.1234.1747.06
Hex564FA12F33025f5222f
Octal12611724157630453654257
Binary1010110100111110100001101111110011010010111110101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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