Html Css Color HEX #564071 Meteorite

📋 copy color: '#564071'

red 86 ◦ green 64 ◦ blue 113

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

Shades of Meteorite #564071

Tints of Meteorite #564071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.33%

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

R = 32.7%
G = 24.33%
B = 42.97%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#564071 (or 0x564071) is known color: Meteorite. HEX triplet: 56, 40 and 71. RGB value is (86,64,113). Sum of RGB (Red+Green+Blue) = 86+64+113=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 113 - color contains mainly: blue. Hex color #564071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564071 is #A9BF8E. Grayscale: #4B4B4B. Windows color (decimal): -11124623 or 7422038. OLE color: 7422038.

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

Color convert

RGB 86 64 113 -
CMYK 0.24 0.43 0 0.56
HSL 266.94º 0.28% 0.35% -
HSV(B) 266.94º 0.43% 0.44% -
XYZ 8.65 6.84 16.49 -
YUV 76.16 148.79 135.02 -
System Red Green Blue C M Y K H S L
Decimal 86 64 113 0.24 0.43 0 0.56 266.94 0.28 0.35
Hex 56 40 71 18 2B 0 38 10B 1C 23
Octal 126 100 161 30 53 0 70 413 34 43
Binary 1010110 1000000 1110001 11000 101011 0 111000 100001011 11100 100011

Color Harmonies of #564071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564071

Black with #564071

Text Example


Text Example

White with #564071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564071; }

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

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

background-color css

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

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

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

border-color css

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

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

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