Html Css Color HEX #554971 Meteorite

📋 copy color: '#554971'

red 85 ◦ green 73 ◦ blue 113

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

Shades of Meteorite #554971

Tints of Meteorite #554971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 41.7%

R = 31.37%
G = 26.94%
B = 41.7%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#554971 (or 0x554971) is known color: Meteorite. HEX triplet: 55, 49 and 71. RGB value is (85,73,113). Sum of RGB (Red+Green+Blue) = 85+73+113=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 113 - color contains mainly: blue. Hex color #554971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554971 is #AAB68E. Grayscale: #515151. Windows color (decimal): -11187855 or 7424341. OLE color: 7424341.

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

Color convert

RGB 85 73 113 -
CMYK 0.25 0.35 0 0.56
HSL 258º 0.22% 0.36% -
HSV(B) 258º 0.35% 0.44% -
XYZ 9.11 7.89 16.67 -
YUV 81.15 145.98 130.75 -
System Red Green Blue C M Y K H S L
Decimal 85 73 113 0.25 0.35 0 0.56 258 0.22 0.36
Hex 55 49 71 19 23 0 38 102 16 24
Octal 125 111 161 31 43 0 70 402 26 44
Binary 1010101 1001001 1110001 11001 100011 0 111000 100000010 10110 100100

Color Harmonies of #554971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554971

Black with #554971

Text Example


Text Example

White with #554971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554971; }

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

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

background-color css

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

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

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

border-color css

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

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

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