Html Css Color HEX #554573 Meteorite

📋 copy color: '#554573'

red 85 ◦ green 69 ◦ blue 115

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

Shades of Meteorite #554573

Tints of Meteorite #554573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 42.75%

R = 31.6%
G = 25.65%
B = 42.75%

CMYK

 C value IS 0.26

 M value IS 0.4

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#554573 (or 0x554573) is known color: Meteorite. HEX triplet: 55, 45 and 73. RGB value is (85,69,115). Sum of RGB (Red+Green+Blue) = 85+69+115=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 115 - color contains mainly: blue. Hex color #554573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554573 is #AABA8C. Grayscale: #4E4E4E. Windows color (decimal): -11188877 or 7554389. OLE color: 7554389.

HSL color Cylindrical-coordinate representation of color #554573: hue angle of 260.87º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #554573 is Cyan = 0.26, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 69 115 -
CMYK 0.26 0.4 0 0.55
HSL 260.87º 0.25% 0.36% -
HSV(B) 260.87º 0.4% 0.45% -
XYZ 8.97 7.43 17.18 -
YUV 79.03 148.3 132.26 -
System Red Green Blue C M Y K H S L
Decimal 85 69 115 0.26 0.4 0 0.55 260.87 0.25 0.36
Hex 55 45 73 1A 28 0 37 105 19 24
Octal 125 105 163 32 50 0 67 405 31 44
Binary 1010101 1000101 1110011 11010 101000 0 110111 100000101 11001 100100

Color Harmonies of #554573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554573

Black with #554573

Text Example


Text Example

White with #554573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554573; }

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

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

background-color css

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

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

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

border-color css

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

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

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