Html Css Color HEX #554674 Meteorite

📋 copy color: '#554674'

red 85 ◦ green 70 ◦ blue 116

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

Shades of Meteorite #554674

Tints of Meteorite #554674

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.83%

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

R = 31.37%
G = 25.83%
B = 42.8%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#554674 (or 0x554674) is known color: Meteorite. HEX triplet: 55, 46 and 74. RGB value is (85,70,116). Sum of RGB (Red+Green+Blue) = 85+70+116=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 116 - color contains mainly: blue. Hex color #554674 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554674 is #AAB98B. Grayscale: #4F4F4F. Windows color (decimal): -11188620 or 7620181. OLE color: 7620181.

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

Color convert

RGB 85 70 116 -
CMYK 0.27 0.40 0 0.55
HSL 259.57º 0.25% 0.36% -
HSV(B) 259.57º 0.4% 0.45% -
XYZ 9.09 7.57 17.51 -
YUV 79.73 148.47 131.76 -
System Red Green Blue C M Y K H S L
Decimal 85 70 116 0.27 0.40 0 0.55 259.57 0.25 0.36
Hex 55 46 74 1B 28 0 37 104 19 24
Octal 125 106 164 33 50 0 67 404 31 44
Binary 1010101 1000110 1110100 11011 101000 0 110111 100000100 11001 100100

Color Harmonies of #554674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554674

Black with #554674

Text Example


Text Example

White with #554674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554674; }

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

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

background-color css

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

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

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

border-color css

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

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

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