Html Css Color HEX #554873 Meteorite

📋 copy color: '#554873'

red 85 ◦ green 72 ◦ blue 115

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

Shades of Meteorite #554873

Tints of Meteorite #554873

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.47%

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

R = 31.25%
G = 26.47%
B = 42.28%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#554873 (or 0x554873) is known color: Meteorite. HEX triplet: 55, 48 and 73. RGB value is (85,72,115). Sum of RGB (Red+Green+Blue) = 85+72+115=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 115 - color contains mainly: blue. Hex color #554873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554873 is #AAB78C. Grayscale: #505050. Windows color (decimal): -11188109 or 7555157. OLE color: 7555157.

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

Color convert

RGB 85 72 115 -
CMYK 0.26 0.37 0 0.55
HSL 258.14º 0.23% 0.37% -
HSV(B) 258.14º 0.37% 0.45% -
XYZ 9.16 7.8 17.24 -
YUV 80.79 147.31 131 -
System Red Green Blue C M Y K H S L
Decimal 85 72 115 0.26 0.37 0 0.55 258.14 0.23 0.37
Hex 55 48 73 1A 25 0 37 102 17 25
Octal 125 110 163 32 45 0 67 402 27 45
Binary 1010101 1001000 1110011 11010 100101 0 110111 100000010 10111 100101

Color Harmonies of #554873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554873

Black with #554873

Text Example


Text Example

White with #554873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554873; }

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

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

background-color css

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

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

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

border-color css

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

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

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