#564F74

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

Shades of Victoria #564F74

Tints of Victoria #564F74

Color information

#564F74 (or 0x564F74) is unknown color: approx Victoria. HEX triplet: 56, 4F and 74. RGB value is (86,79,116). Sum of RGB (Red+Green+Blue) = 86+79+116=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 116 - color contains mainly: blue. Hex color #564F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564F74 is #A9B08B. Grayscale: #555555. Windows color (decimal): -11120780 or 7622486. OLE color: 7622486.

HSL color Cylindrical-coordinate representation of color #564F74: hue angle of 251.35º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #564F74 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8679116-
CMYK0.260.3200.55
HSL251.35º18.97%38.24%-
HSV(B)251.35º31.9%45.49%-
XYZ9.798.8317.71-
YUV85.31145.32128.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.60%
GREEN value IS 79 (31.25% from 255) = 28.11%
BLUE value IS 116 (45.70% from 255) = 41.28%
R=30.60%
G=28.11%
B=41.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86791160.260.3200.55251.3518.9738.24
Hex564F741A20037fb1326
Octal12611716432400673732346
Binary1010110100111111101001101010000001101111111101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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