#564371

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

Shades of Meteorite #564371

Tints of Meteorite #564371

Color information

#564371 (or 0x564371) is unknown color: approx Meteorite. HEX triplet: 56, 43 and 71. RGB value is (86,67,113). Sum of RGB (Red+Green+Blue) = 86+67+113=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 113 - color contains mainly: blue. Hex color #564371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564371 is #A9BC8E. Grayscale: #4D4D4D. Windows color (decimal): -11123855 or 7422806. OLE color: 7422806.

HSL color Cylindrical-coordinate representation of color #564371: hue angle of 264.78º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #564371 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8667113-
CMYK0.240.4100.56
HSL264.78º25.56%35.29%-
HSV(B)264.78º40.71%44.31%-
XYZ8.837.1816.54-
YUV77.93147.79133.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.33%
GREEN value IS 67 (26.56% from 255) = 25.19%
BLUE value IS 113 (44.53% from 255) = 42.48%
R=32.33%
G=25.19%
B=42.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86671130.240.4100.56264.7825.5635.29
Hex56437118290381091a23
Octal12610316130510704113243
Binary10101101000011111000111000101001011100010000100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564371; }

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

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

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

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

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

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

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

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