Html Css Color HEX #564570 Meteorite

📋 copy color: '#564570'

red 86 ◦ green 69 ◦ blue 112

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

Shades of Meteorite #564570

Tints of Meteorite #564570

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.84%

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

R = 32.21%
G = 25.84%
B = 41.95%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#564570 (or 0x564570) is known color: Meteorite. HEX triplet: 56, 45 and 70. RGB value is (86,69,112). Sum of RGB (Red+Green+Blue) = 86+69+112=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 112 - color contains mainly: blue. Hex color #564570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564570 is #A9BA8F. Grayscale: #4E4E4E. Windows color (decimal): -11123344 or 7357782. OLE color: 7357782.

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

Color convert

RGB 86 69 112 -
CMYK 0.23 0.38 0 0.56
HSL 263.72º 0.24% 0.35% -
HSV(B) 263.72º 0.38% 0.44% -
XYZ 8.89 7.4 16.29 -
YUV 78.99 146.63 133 -
System Red Green Blue C M Y K H S L
Decimal 86 69 112 0.23 0.38 0 0.56 263.72 0.24 0.35
Hex 56 45 70 17 26 0 38 108 18 23
Octal 126 105 160 27 46 0 70 410 30 43
Binary 1010110 1000101 1110000 10111 100110 0 111000 100001000 11000 100011

Color Harmonies of #564570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564570

Black with #564570

Text Example


Text Example

White with #564570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564570; }

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

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

background-color css

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

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

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

border-color css

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

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

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