#564370

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

Shades of Meteorite #564370

Tints of Meteorite #564370

Color information

#564370 (or 0x564370) is unknown color: approx Meteorite. HEX triplet: 56, 43 and 70. RGB value is (86,67,112). Sum of RGB (Red+Green+Blue) = 86+67+112=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 112 - color contains mainly: blue. Hex color #564370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564370 is #A9BC8F. Grayscale: #4D4D4D. Windows color (decimal): -11123856 or 7357270. OLE color: 7357270.

HSL color Cylindrical-coordinate representation of color #564370: hue angle of 265.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #564370 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8667112-
CMYK0.230.4000.56
HSL265.33º25.14%35.1%-
HSV(B)265.33º40.18%43.92%-
XYZ8.777.1616.25-
YUV77.81147.29133.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.45%
GREEN value IS 67 (26.56% from 255) = 25.28%
BLUE value IS 112 (44.14% from 255) = 42.26%
R=32.45%
G=25.28%
B=42.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86671120.230.4000.56265.3325.1435.1
Hex56437017280381091923
Octal12610316027500704113143
Binary10101101000011111000010111101000011100010000100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564370; }

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

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

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

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

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

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

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

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