Html Css Color HEX #564971 Meteorite

📋 copy color: '#564971'

red 86 ◦ green 73 ◦ blue 113

#564971
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteorite #564971

Tints of Meteorite #564971

RGB

 RED value IS 86 (33.98% from 255) = 31.62%

 GREEN value IS 73 (28.91% from 255) = 26.84%

 BLUE value IS 113 (44.53% from 255) = 41.54%

R = 31.62%
G = 26.84%
B = 41.54%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#564971 (or 0x564971) is known color: Meteorite. HEX triplet: 56, 49 and 71. RGB value is (86,73,113). Sum of RGB (Red+Green+Blue) = 86+73+113=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #564971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564971 is #A9B68E. Grayscale: #515151. Windows color (decimal): -11122319 or 7424342. OLE color: 7424342.

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

Color convert

RGB 86 73 113 -
CMYK 0.24 0.35 0 0.56
HSL 259.5º 0.22% 0.36% -
HSV(B) 259.5º 0.35% 0.44% -
XYZ 9.2 7.94 16.67 -
YUV 81.45 145.81 131.25 -
System Red Green Blue C M Y K H S L
Decimal 86 73 113 0.24 0.35 0 0.56 259.5 0.22 0.36
Hex 56 49 71 18 23 0 38 104 16 24
Octal 126 111 161 30 43 0 70 404 26 44
Binary 1010110 1001001 1110001 11000 100011 0 111000 100000100 10110 100100

Color Harmonies of #564971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564971

Black with #564971

Text Example


Text Example

White with #564971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564971; }

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

 H1.HeaderClassName
 {
   color: #564971;
 }
 .AnyTagClassName
 {
   color: #564971;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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