Html Css Color HEX #56496F Meteorite

📋 copy color: '#56496F'

red 86 ◦ green 73 ◦ blue 111

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

Shades of Meteorite #56496F

Tints of Meteorite #56496F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.04%

 BLUE value IS 111 (43.75% from 255) = 41.11%

R = 31.85%
G = 27.04%
B = 41.11%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#56496F (or 0x56496F) is known color: Meteorite. HEX triplet: 56, 49 and 6F. RGB value is (86,73,111). Sum of RGB (Red+Green+Blue) = 86+73+111=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 111 - color contains mainly: blue. Hex color #56496F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56496F is #A9B690. Grayscale: #515151. Windows color (decimal): -11122321 or 7293270. OLE color: 7293270.

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

Color convert

RGB 86 73 111 -
CMYK 0.23 0.34 0 0.56
HSL 260.53º 0.21% 0.36% -
HSV(B) 260.53º 0.34% 0.44% -
XYZ 9.09 7.89 16.08 -
YUV 81.22 144.81 131.41 -
System Red Green Blue C M Y K H S L
Decimal 86 73 111 0.23 0.34 0 0.56 260.53 0.21 0.36
Hex 56 49 6F 17 22 0 38 105 15 24
Octal 126 111 157 27 42 0 70 405 25 44
Binary 1010110 1001001 1101111 10111 100010 0 111000 100000101 10101 100100

Color Harmonies of #56496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56496F

Black with #56496F

Text Example


Text Example

White with #56496F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56496F; }

 p { color: rgb(86,73,111); }

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

background-color css

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

 a { background-color: rgb(86,73,111); }

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

border-color css

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

 span { border-color: rgb(86,73,111); }

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