#564B9C

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

Shades of Governor Bay #564B9C

Tints of Governor Bay #564B9C

Color information

#564B9C (or 0x564B9C) is unknown color: approx Governor Bay. HEX triplet: 56, 4B and 9C. RGB value is (86,75,156). Sum of RGB (Red+Green+Blue) = 86+75+156=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #564B9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564B9C is #A9B463. Grayscale: #575757. Windows color (decimal): -11121764 or 10242902. OLE color: 10242902.

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

Color convert

RGB8675156-
CMYK0.450.5200.39
HSL248.15º35.06%45.29%-
HSV(B)248.15º51.92%61.18%-
XYZ12.359.4132.62-
YUV87.52166.64126.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.13%
GREEN value IS 75 (29.69% from 255) = 23.66%
BLUE value IS 156 (61.33% from 255) = 49.21%
R=27.13%
G=23.66%
B=49.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86751560.450.5200.39248.1535.0645.29
Hex564B9C2D34027f8232d
Octal12611323455640473704355
Binary1010110100101110011100101101110100010011111111000100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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