Html Css Color HEX #55456D Meteorite

📋 copy color: '#55456D'

red 85 ◦ green 69 ◦ blue 109

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

Shades of Meteorite #55456D

Tints of Meteorite #55456D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.24%

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

R = 32.32%
G = 26.24%
B = 41.44%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#55456D (or 0x55456D) is known color: Meteorite. HEX triplet: 55, 45 and 6D. RGB value is (85,69,109). Sum of RGB (Red+Green+Blue) = 85+69+109=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 109 - color contains mainly: blue. Hex color #55456D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55456D is #AABA92. Grayscale: #4E4E4E. Windows color (decimal): -11188883 or 7161173. OLE color: 7161173.

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

Color convert

RGB 85 69 109 -
CMYK 0.22 0.37 0 0.57
HSL 264º 0.22% 0.35% -
HSV(B) 264º 0.37% 0.43% -
XYZ 8.63 7.29 15.42 -
YUV 78.34 145.3 132.75 -
System Red Green Blue C M Y K H S L
Decimal 85 69 109 0.22 0.37 0 0.57 264 0.22 0.35
Hex 55 45 6D 16 25 0 39 108 16 23
Octal 125 105 155 26 45 0 71 410 26 43
Binary 1010101 1000101 1101101 10110 100101 0 111001 100001000 10110 100011

Color Harmonies of #55456D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55456D

Black with #55456D

Text Example


Text Example

White with #55456D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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