#564672

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

Shades of Meteorite #564672

Tints of Meteorite #564672

Color information

#564672 (or 0x564672) is unknown color: approx Meteorite. HEX triplet: 56, 46 and 72. RGB value is (86,70,114). Sum of RGB (Red+Green+Blue) = 86+70+114=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 114 - color contains mainly: blue. Hex color #564672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564672 is #A9B98D. Grayscale: #4F4F4F. Windows color (decimal): -11123086 or 7489110. OLE color: 7489110.

HSL color Cylindrical-coordinate representation of color #564672: hue angle of 261.82º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #564672 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8670114-
CMYK0.250.3900.55
HSL261.82º23.91%36.08%-
HSV(B)261.82º38.6%44.71%-
XYZ9.077.5716.9-
YUV79.8147.3132.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.85%
GREEN value IS 70 (27.73% from 255) = 25.93%
BLUE value IS 114 (44.92% from 255) = 42.22%
R=31.85%
G=25.93%
B=42.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86701140.250.3900.55261.8223.9136.08
Hex56467219270371061824
Octal12610616231470674063044
Binary10101101000110111001011001100111011011110000011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564672; }

 p { color: rgb(86,70,114); }

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

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

 a { background-color: rgb(86,70,114); }

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

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

 span { border-color: rgb(86,70,114); }

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