Html Css Color HEX #55496E Meteorite

📋 copy color: '#55496E'

red 85 ◦ green 73 ◦ blue 110

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

Shades of Meteorite #55496E

Tints of Meteorite #55496E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.24%

 BLUE value IS 110 (43.36% from 255) = 41.04%

R = 31.72%
G = 27.24%
B = 41.04%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#55496E (or 0x55496E) is known color: Meteorite. HEX triplet: 55, 49 and 6E. RGB value is (85,73,110). Sum of RGB (Red+Green+Blue) = 85+73+110=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 110 - color contains mainly: blue. Hex color #55496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55496E is #AAB691. Grayscale: #505050. Windows color (decimal): -11187858 or 7227733. OLE color: 7227733.

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

Color convert

RGB 85 73 110 -
CMYK 0.23 0.34 0 0.57
HSL 259.46º 0.2% 0.36% -
HSV(B) 259.46º 0.34% 0.43% -
XYZ 8.94 7.82 15.79 -
YUV 80.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 85 73 110 0.23 0.34 0 0.57 259.46 0.2 0.36
Hex 55 49 6E 17 22 0 39 103 14 24
Octal 125 111 156 27 42 0 71 403 24 44
Binary 1010101 1001001 1101110 10111 100010 0 111001 100000011 10100 100100

Color Harmonies of #55496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55496E

Black with #55496E

Text Example


Text Example

White with #55496E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55496E; }

 p { color: rgb(85,73,110); }

 H1.HeaderClassName
 {
   color: #55496E;
 }
 .AnyTagClassName
 {
   color: #55496E;
 }
</style>

background-color css

<style>
 a { background-color: #55496E; }

 a { background-color: rgb(85,73,110); }

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

border-color css

<style>
 span { border-color: #55496E; }

 span { border-color: rgb(85,73,110); }

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