Html Css Color HEX #564970 Meteorite

📋 copy color: '#564970'

red 86 ◦ green 73 ◦ blue 112

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

Shades of Meteorite #564970

Tints of Meteorite #564970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.33%

R = 31.73%
G = 26.94%
B = 41.33%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#564970 (or 0x564970) is known color: Meteorite. HEX triplet: 56, 49 and 70. RGB value is (86,73,112). Sum of RGB (Red+Green+Blue) = 86+73+112=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #564970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564970 is #A9B68F. Grayscale: #515151. Windows color (decimal): -11122320 or 7358806. OLE color: 7358806.

HSL color Cylindrical-coordinate representation of color #564970: hue angle of 260º degrees, saturation: 0.21, 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 #564970 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 73 112 -
CMYK 0.23 0.35 0 0.56
HSL 260º 0.21% 0.36% -
HSV(B) 260º 0.35% 0.44% -
XYZ 9.14 7.91 16.37 -
YUV 81.33 145.31 131.33 -
System Red Green Blue C M Y K H S L
Decimal 86 73 112 0.23 0.35 0 0.56 260 0.21 0.36
Hex 56 49 70 17 23 0 38 104 15 24
Octal 126 111 160 27 43 0 70 404 25 44
Binary 1010110 1001001 1110000 10111 100011 0 111000 100000100 10101 100100

Color Harmonies of #564970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564970

Black with #564970

Text Example


Text Example

White with #564970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564970; }

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

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

background-color css

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

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

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

border-color css

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

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

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