Html Css Color HEX #554A6F Meteorite

📋 copy color: '#554A6F'

red 85 ◦ green 74 ◦ blue 111

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

Shades of Meteorite #554A6F

Tints of Meteorite #554A6F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.41%

 BLUE value IS 111 (43.75% from 255) = 41.11%

R = 31.48%
G = 27.41%
B = 41.11%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#554A6F (or 0x554A6F) is known color: Meteorite. HEX triplet: 55, 4A and 6F. RGB value is (85,74,111). Sum of RGB (Red+Green+Blue) = 85+74+111=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 111 - color contains mainly: blue. Hex color #554A6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554A6F is #AAB590. Grayscale: #515151. Windows color (decimal): -11187601 or 7293525. OLE color: 7293525.

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

Color convert

RGB 85 74 111 -
CMYK 0.23 0.33 0 0.56
HSL 257.84º 0.2% 0.36% -
HSV(B) 257.84º 0.33% 0.44% -
XYZ 9.06 7.98 16.1 -
YUV 81.51 144.64 130.49 -
System Red Green Blue C M Y K H S L
Decimal 85 74 111 0.23 0.33 0 0.56 257.84 0.2 0.36
Hex 55 4A 6F 17 21 0 38 102 14 24
Octal 125 112 157 27 41 0 70 402 24 44
Binary 1010101 1001010 1101111 10111 100001 0 111000 100000010 10100 100100

Color Harmonies of #554A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554A6F

Black with #554A6F

Text Example


Text Example

White with #554A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554A6F; }

 p { color: rgb(85,74,111); }

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

background-color css

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

 a { background-color: rgb(85,74,111); }

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

border-color css

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

 span { border-color: rgb(85,74,111); }

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