Html Css Color HEX #564671 Meteorite

📋 copy color: '#564671'

red 86 ◦ green 70 ◦ blue 113

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

Shades of Meteorite #564671

Tints of Meteorite #564671

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.02%

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

R = 31.97%
G = 26.02%
B = 42.01%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#564671 (or 0x564671) is known color: Meteorite. HEX triplet: 56, 46 and 71. RGB value is (86,70,113). Sum of RGB (Red+Green+Blue) = 86+70+113=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 113 - color contains mainly: blue. Hex color #564671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564671 is #A9B98E. Grayscale: #4F4F4F. Windows color (decimal): -11123087 or 7423574. OLE color: 7423574.

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

Color convert

RGB 86 70 113 -
CMYK 0.24 0.38 0 0.56
HSL 262.33º 0.23% 0.36% -
HSV(B) 262.33º 0.38% 0.44% -
XYZ 9.01 7.55 16.61 -
YUV 79.69 146.8 132.5 -
System Red Green Blue C M Y K H S L
Decimal 86 70 113 0.24 0.38 0 0.56 262.33 0.23 0.36
Hex 56 46 71 18 26 0 38 106 17 24
Octal 126 106 161 30 46 0 70 406 27 44
Binary 1010110 1000110 1110001 11000 100110 0 111000 100000110 10111 100100

Color Harmonies of #564671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564671

Black with #564671

Text Example


Text Example

White with #564671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564671; }

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

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

background-color css

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

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

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

border-color css

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

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

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