Html Css Color HEX #564870 Meteorite

📋 copy color: '#564870'

red 86 ◦ green 72 ◦ blue 112

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

Shades of Meteorite #564870

Tints of Meteorite #564870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.67%

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

R = 31.85%
G = 26.67%
B = 41.48%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#564870 (or 0x564870) is known color: Meteorite. HEX triplet: 56, 48 and 70. RGB value is (86,72,112). Sum of RGB (Red+Green+Blue) = 86+72+112=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 112 - color contains mainly: blue. Hex color #564870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564870 is #A9B78F. Grayscale: #505050. Windows color (decimal): -11122576 or 7358550. OLE color: 7358550.

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

Color convert

RGB 86 72 112 -
CMYK 0.23 0.36 0 0.56
HSL 261º 0.22% 0.36% -
HSV(B) 261º 0.36% 0.44% -
XYZ 9.08 7.78 16.35 -
YUV 80.75 145.64 131.75 -
System Red Green Blue C M Y K H S L
Decimal 86 72 112 0.23 0.36 0 0.56 261 0.22 0.36
Hex 56 48 70 17 24 0 38 105 16 24
Octal 126 110 160 27 44 0 70 405 26 44
Binary 1010110 1001000 1110000 10111 100100 0 111000 100000101 10110 100100

Color Harmonies of #564870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564870

Black with #564870

Text Example


Text Example

White with #564870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564870; }

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

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

background-color css

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

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

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

border-color css

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

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

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