Html Css Color HEX #554574 Meteorite

📋 copy color: '#554574'

red 85 ◦ green 69 ◦ blue 116

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

Shades of Meteorite #554574

Tints of Meteorite #554574

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.56%

 BLUE value IS 116 (45.7% from 255) = 42.96%

R = 31.48%
G = 25.56%
B = 42.96%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#554574 (or 0x554574) is known color: Meteorite. HEX triplet: 55, 45 and 74. RGB value is (85,69,116). Sum of RGB (Red+Green+Blue) = 85+69+116=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 116 - color contains mainly: blue. Hex color #554574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554574 is #AABA8B. Grayscale: #4E4E4E. Windows color (decimal): -11188876 or 7619925. OLE color: 7619925.

HSL color Cylindrical-coordinate representation of color #554574: hue angle of 260.43º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #554574 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 69 116 -
CMYK 0.27 0.41 0 0.55
HSL 260.43º 0.25% 0.36% -
HSV(B) 260.43º 0.41% 0.45% -
XYZ 9.03 7.45 17.48 -
YUV 79.14 148.8 132.18 -
System Red Green Blue C M Y K H S L
Decimal 85 69 116 0.27 0.41 0 0.55 260.43 0.25 0.36
Hex 55 45 74 1B 29 0 37 104 19 24
Octal 125 105 164 33 51 0 67 404 31 44
Binary 1010101 1000101 1110100 11011 101001 0 110111 100000100 11001 100100

Color Harmonies of #554574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554574

Black with #554574

Text Example


Text Example

White with #554574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554574; }

 p { color: rgb(85,69,116); }

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

background-color css

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

 a { background-color: rgb(85,69,116); }

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

border-color css

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

 span { border-color: rgb(85,69,116); }

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