Html Css Color HEX #56466D Meteorite

📋 copy color: '#56466D'

red 86 ◦ green 70 ◦ blue 109

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

Shades of Meteorite #56466D

Tints of Meteorite #56466D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.13%

R = 32.45%
G = 26.42%
B = 41.13%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#56466D (or 0x56466D) is known color: Meteorite. HEX triplet: 56, 46 and 6D. RGB value is (86,70,109). Sum of RGB (Red+Green+Blue) = 86+70+109=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 109 - color contains mainly: blue. Hex color #56466D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56466D is #A9B992. Grayscale: #4F4F4F. Windows color (decimal): -11123091 or 7161430. OLE color: 7161430.

HSL color Cylindrical-coordinate representation of color #56466D: hue angle of 264.62º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #56466D is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 86 70 109 -
CMYK 0.21 0.36 0 0.57
HSL 264.62º 0.22% 0.35% -
HSV(B) 264.62º 0.36% 0.43% -
XYZ 8.79 7.46 15.45 -
YUV 79.23 144.8 132.83 -
System Red Green Blue C M Y K H S L
Decimal 86 70 109 0.21 0.36 0 0.57 264.62 0.22 0.35
Hex 56 46 6D 15 24 0 39 109 16 23
Octal 126 106 155 25 44 0 71 411 26 43
Binary 1010110 1000110 1101101 10101 100100 0 111001 100001001 10110 100011

Color Harmonies of #56466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56466D

Black with #56466D

Text Example


Text Example

White with #56466D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56466D; }

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

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

background-color css

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

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

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

border-color css

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

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

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