#564674

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

Shades of Meteorite #564674

Tints of Meteorite #564674

Color information

#564674 (or 0x564674) is unknown color: approx Meteorite. HEX triplet: 56, 46 and 74. RGB value is (86,70,116). Sum of RGB (Red+Green+Blue) = 86+70+116=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 116 - color contains mainly: blue. Hex color #564674 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564674 is #A9B98B. Grayscale: #4F4F4F. Windows color (decimal): -11123084 or 7620182. OLE color: 7620182.

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

Color convert

RGB8670116-
CMYK0.260.4000.55
HSL260.87º24.73%36.47%-
HSV(B)260.87º39.66%45.49%-
XYZ9.187.6217.51-
YUV80.03148.3132.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.62%
GREEN value IS 70 (27.73% from 255) = 25.74%
BLUE value IS 116 (45.70% from 255) = 42.65%
R=31.62%
G=25.74%
B=42.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86701160.260.4000.55260.8724.7336.47
Hex5646741A280371051924
Octal12610616432500674053144
Binary10101101000110111010011010101000011011110000010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564674; }

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

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

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

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

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

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

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

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