Html Css Color HEX #55466D Meteorite

📋 copy color: '#55466D'

red 85 ◦ green 70 ◦ blue 109

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

Shades of Meteorite #55466D

Tints of Meteorite #55466D

RGB

 RED value IS 85 (33.59% from 255) = 32.2%

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

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

R = 32.2%
G = 26.52%
B = 41.29%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#55466D (or 0x55466D) is known color: Meteorite. HEX triplet: 55, 46 and 6D. RGB value is (85,70,109). Sum of RGB (Red+Green+Blue) = 85+70+109=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 109 - color contains mainly: blue. Hex color #55466D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55466D is #AAB992. Grayscale: #4E4E4E. Windows color (decimal): -11188627 or 7161429. OLE color: 7161429.

HSL color Cylindrical-coordinate representation of color #55466D: hue angle of 263.08º 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 #55466D is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 70 109 -
CMYK 0.22 0.36 0 0.57
HSL 263.08º 0.22% 0.35% -
HSV(B) 263.08º 0.36% 0.43% -
XYZ 8.7 7.42 15.44 -
YUV 78.93 144.97 132.33 -
System Red Green Blue C M Y K H S L
Decimal 85 70 109 0.22 0.36 0 0.57 263.08 0.22 0.35
Hex 55 46 6D 16 24 0 39 107 16 23
Octal 125 106 155 26 44 0 71 407 26 43
Binary 1010101 1000110 1101101 10110 100100 0 111001 100000111 10110 100011

Color Harmonies of #55466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55466D

Black with #55466D

Text Example


Text Example

White with #55466D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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