Html Css Color HEX #554871 Meteorite

📋 copy color: '#554871'

red 85 ◦ green 72 ◦ blue 113

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

Shades of Meteorite #554871

Tints of Meteorite #554871

RGB

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

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

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

R = 31.48%
G = 26.67%
B = 41.85%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#554871 (or 0x554871) is known color: Meteorite. HEX triplet: 55, 48 and 71. RGB value is (85,72,113). Sum of RGB (Red+Green+Blue) = 85+72+113=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #554871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554871 is #AAB78E. Grayscale: #505050. Windows color (decimal): -11188111 or 7424085. OLE color: 7424085.

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

Color convert

RGB 85 72 113 -
CMYK 0.25 0.36 0 0.56
HSL 259.02º 0.22% 0.36% -
HSV(B) 259.02º 0.36% 0.44% -
XYZ 9.04 7.76 16.64 -
YUV 80.56 146.31 131.17 -
System Red Green Blue C M Y K H S L
Decimal 85 72 113 0.25 0.36 0 0.56 259.02 0.22 0.36
Hex 55 48 71 19 24 0 38 103 16 24
Octal 125 110 161 31 44 0 70 403 26 44
Binary 1010101 1001000 1110001 11001 100100 0 111000 100000011 10110 100100

Color Harmonies of #554871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554871

Black with #554871

Text Example


Text Example

White with #554871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554871; }

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

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

background-color css

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

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

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

border-color css

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

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

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