Html Css Color HEX #554970 Meteorite

📋 copy color: '#554970'

red 85 ◦ green 73 ◦ blue 112

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

Shades of Meteorite #554970

Tints of Meteorite #554970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.48%

R = 31.48%
G = 27.04%
B = 41.48%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#554970 (or 0x554970) is known color: Meteorite. HEX triplet: 55, 49 and 70. RGB value is (85,73,112). Sum of RGB (Red+Green+Blue) = 85+73+112=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 112 - color contains mainly: blue. Hex color #554970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554970 is #AAB68F. Grayscale: #505050. Windows color (decimal): -11187856 or 7358805. OLE color: 7358805.

HSL color Cylindrical-coordinate representation of color #554970: hue angle of 258.46º degrees, saturation: 0.21, 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 #554970 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 73 112 -
CMYK 0.24 0.35 0 0.56
HSL 258.46º 0.21% 0.36% -
HSV(B) 258.46º 0.35% 0.44% -
XYZ 9.05 7.87 16.37 -
YUV 81.03 145.48 130.83 -
System Red Green Blue C M Y K H S L
Decimal 85 73 112 0.24 0.35 0 0.56 258.46 0.21 0.36
Hex 55 49 70 18 23 0 38 102 15 24
Octal 125 111 160 30 43 0 70 402 25 44
Binary 1010101 1001001 1110000 11000 100011 0 111000 100000010 10101 100100

Color Harmonies of #554970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554970

Black with #554970

Text Example


Text Example

White with #554970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554970; }

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

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

background-color css

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

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

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

border-color css

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

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

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