Html Css Color HEX #55466F Meteorite

📋 copy color: '#55466F'

red 85 ◦ green 70 ◦ blue 111

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

Shades of Meteorite #55466F

Tints of Meteorite #55466F

RGB

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

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

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

R = 31.95%
G = 26.32%
B = 41.73%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#55466F (or 0x55466F) is known color: Meteorite. HEX triplet: 55, 46 and 6F. RGB value is (85,70,111). Sum of RGB (Red+Green+Blue) = 85+70+111=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 111 - color contains mainly: blue. Hex color #55466F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55466F is #AAB990. Grayscale: #4F4F4F. Windows color (decimal): -11188625 or 7292501. OLE color: 7292501.

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

Color convert

RGB 85 70 111 -
CMYK 0.23 0.37 0 0.56
HSL 261.95º 0.23% 0.35% -
HSV(B) 261.95º 0.37% 0.44% -
XYZ 8.81 7.46 16.01 -
YUV 79.16 145.97 132.17 -
System Red Green Blue C M Y K H S L
Decimal 85 70 111 0.23 0.37 0 0.56 261.95 0.23 0.35
Hex 55 46 6F 17 25 0 38 106 17 23
Octal 125 106 157 27 45 0 70 406 27 43
Binary 1010101 1000110 1101111 10111 100101 0 111000 100000110 10111 100011

Color Harmonies of #55466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55466F

Black with #55466F

Text Example


Text Example

White with #55466F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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