#564A70

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

Shades of Meteorite #564A70

Tints of Meteorite #564A70

Color information

#564A70 (or 0x564A70) is unknown color: approx Meteorite. HEX triplet: 56, 4A and 70. RGB value is (86,74,112). Sum of RGB (Red+Green+Blue) = 86+74+112=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #564A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564A70 is #A9B58F. Grayscale: #515151. Windows color (decimal): -11122064 or 7359062. OLE color: 7359062.

HSL color Cylindrical-coordinate representation of color #564A70: hue angle of 258.95º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #564A70 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8674112-
CMYK0.230.3400.56
HSL258.95º20.43%36.47%-
HSV(B)258.95º33.93%43.92%-
XYZ9.218.0516.4-
YUV81.92144.98130.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.62%
GREEN value IS 74 (29.30% from 255) = 27.21%
BLUE value IS 112 (44.14% from 255) = 41.18%
R=31.62%
G=27.21%
B=41.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86741120.230.3400.56258.9520.4336.47
Hex564A7017220381031424
Octal12611216027420704032444
Binary10101101001010111000010111100010011100010000001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,74,112); }

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

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

 a { background-color: rgb(86,74,112); }

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

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

 span { border-color: rgb(86,74,112); }

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