Html Css Color HEX #55476D Meteorite

📋 copy color: '#55476D'

red 85 ◦ green 71 ◦ blue 109

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

Shades of Meteorite #55476D

Tints of Meteorite #55476D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.79%

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

R = 32.08%
G = 26.79%
B = 41.13%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#55476D (or 0x55476D) is known color: Meteorite. HEX triplet: 55, 47 and 6D. RGB value is (85,71,109). Sum of RGB (Red+Green+Blue) = 85+71+109=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 71 (28.12% from 255 or 26.79% 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 #55476D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55476D is #AAB892. Grayscale: #4F4F4F. Windows color (decimal): -11188371 or 7161685. OLE color: 7161685.

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

Color convert

RGB 85 71 109 -
CMYK 0.22 0.35 0 0.57
HSL 262.11º 0.21% 0.35% -
HSV(B) 262.11º 0.35% 0.43% -
XYZ 8.76 7.54 15.46 -
YUV 79.52 144.64 131.91 -
System Red Green Blue C M Y K H S L
Decimal 85 71 109 0.22 0.35 0 0.57 262.11 0.21 0.35
Hex 55 47 6D 16 23 0 39 106 15 23
Octal 125 107 155 26 43 0 71 406 25 43
Binary 1010101 1000111 1101101 10110 100011 0 111001 100000110 10101 100011

Color Harmonies of #55476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55476D

Black with #55476D

Text Example


Text Example

White with #55476D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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