Html Css Color HEX #56486D Meteorite

📋 copy color: '#56486D'

red 86 ◦ green 72 ◦ blue 109

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

Shades of Meteorite #56486D

Tints of Meteorite #56486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.97%

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

R = 32.21%
G = 26.97%
B = 40.82%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#56486D (or 0x56486D) is known color: Meteorite. HEX triplet: 56, 48 and 6D. RGB value is (86,72,109). Sum of RGB (Red+Green+Blue) = 86+72+109=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 109 - color contains mainly: blue. Hex color #56486D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56486D is #A9B792. Grayscale: #505050. Windows color (decimal): -11122579 or 7161942. OLE color: 7161942.

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

Color convert

RGB 86 72 109 -
CMYK 0.21 0.34 0 0.57
HSL 262.7º 0.2% 0.35% -
HSV(B) 262.7º 0.34% 0.43% -
XYZ 8.92 7.72 15.49 -
YUV 80.4 144.14 131.99 -
System Red Green Blue C M Y K H S L
Decimal 86 72 109 0.21 0.34 0 0.57 262.7 0.2 0.35
Hex 56 48 6D 15 22 0 39 107 14 23
Octal 126 110 155 25 42 0 71 407 24 43
Binary 1010110 1001000 1101101 10101 100010 0 111001 100000111 10100 100011

Color Harmonies of #56486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56486D

Black with #56486D

Text Example


Text Example

White with #56486D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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