Html Css Color HEX #564470 Meteorite

📋 copy color: '#564470'

red 86 ◦ green 68 ◦ blue 112

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

Shades of Meteorite #564470

Tints of Meteorite #564470

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.56%

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

R = 32.33%
G = 25.56%
B = 42.11%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#564470 (or 0x564470) is known color: Meteorite. HEX triplet: 56, 44 and 70. RGB value is (86,68,112). Sum of RGB (Red+Green+Blue) = 86+68+112=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 112 - color contains mainly: blue. Hex color #564470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564470 is #A9BB8F. Grayscale: #4E4E4E. Windows color (decimal): -11123600 or 7357526. OLE color: 7357526.

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

Color convert

RGB 86 68 112 -
CMYK 0.23 0.39 0 0.56
HSL 264.55º 0.24% 0.35% -
HSV(B) 264.55º 0.39% 0.44% -
XYZ 8.83 7.28 16.27 -
YUV 78.4 146.96 133.42 -
System Red Green Blue C M Y K H S L
Decimal 86 68 112 0.23 0.39 0 0.56 264.55 0.24 0.35
Hex 56 44 70 17 27 0 38 109 18 23
Octal 126 104 160 27 47 0 70 411 30 43
Binary 1010110 1000100 1110000 10111 100111 0 111000 100001001 11000 100011

Color Harmonies of #564470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564470

Black with #564470

Text Example


Text Example

White with #564470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564470; }

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

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

background-color css

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

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

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

border-color css

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

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

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