Html Css Color HEX #554371 Meteorite

📋 copy color: '#554371'

red 85 ◦ green 67 ◦ blue 113

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

Shades of Meteorite #554371

Tints of Meteorite #554371

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.28%

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

R = 32.08%
G = 25.28%
B = 42.64%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#554371 (or 0x554371) is known color: Meteorite. HEX triplet: 55, 43 and 71. RGB value is (85,67,113). Sum of RGB (Red+Green+Blue) = 85+67+113=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: blue. Hex color #554371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554371 is #AABC8E. Grayscale: #4D4D4D. Windows color (decimal): -11189391 or 7422805. OLE color: 7422805.

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

Color convert

RGB 85 67 113 -
CMYK 0.25 0.41 0 0.56
HSL 263.48º 0.26% 0.35% -
HSV(B) 263.48º 0.41% 0.44% -
XYZ 8.73 7.14 16.54 -
YUV 77.63 147.96 133.26 -
System Red Green Blue C M Y K H S L
Decimal 85 67 113 0.25 0.41 0 0.56 263.48 0.26 0.35
Hex 55 43 71 19 29 0 38 107 1A 23
Octal 125 103 161 31 51 0 70 407 32 43
Binary 1010101 1000011 1110001 11001 101001 0 111000 100000111 11010 100011

Color Harmonies of #554371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554371

Black with #554371

Text Example


Text Example

White with #554371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554371; }

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

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

background-color css

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

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

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

border-color css

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

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

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