Html Css Color HEX #554471 Meteorite

📋 copy color: '#554471'

red 85 ◦ green 68 ◦ blue 113

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

Shades of Meteorite #554471

Tints of Meteorite #554471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.56%

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

R = 31.95%
G = 25.56%
B = 42.48%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#554471 (or 0x554471) is known color: Meteorite. HEX triplet: 55, 44 and 71. RGB value is (85,68,113). Sum of RGB (Red+Green+Blue) = 85+68+113=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 113 - color contains mainly: blue. Hex color #554471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554471 is #AABB8E. Grayscale: #4E4E4E. Windows color (decimal): -11189135 or 7423061. OLE color: 7423061.

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

Color convert

RGB 85 68 113 -
CMYK 0.25 0.40 0 0.56
HSL 262.67º 0.25% 0.35% -
HSV(B) 262.67º 0.4% 0.44% -
XYZ 8.79 7.26 16.56 -
YUV 78.21 147.63 132.84 -
System Red Green Blue C M Y K H S L
Decimal 85 68 113 0.25 0.40 0 0.56 262.67 0.25 0.35
Hex 55 44 71 19 28 0 38 107 19 23
Octal 125 104 161 31 50 0 70 407 31 43
Binary 1010101 1000100 1110001 11001 101000 0 111000 100000111 11001 100011

Color Harmonies of #554471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554471

Black with #554471

Text Example


Text Example

White with #554471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554471; }

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

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

background-color css

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

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

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

border-color css

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

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

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