Html Css Color HEX #554A70 Meteorite

📋 copy color: '#554A70'

red 85 ◦ green 74 ◦ blue 112

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

Shades of Meteorite #554A70

Tints of Meteorite #554A70

RGB

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

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

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

R = 31.37%
G = 27.31%
B = 41.33%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#554A70 (or 0x554A70) is known color: Meteorite. HEX triplet: 55, 4A and 70. RGB value is (85,74,112). Sum of RGB (Red+Green+Blue) = 85+74+112=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #554A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554A70 is #AAB58F. Grayscale: #515151. Windows color (decimal): -11187600 or 7359061. OLE color: 7359061.

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

Color convert

RGB 85 74 112 -
CMYK 0.24 0.34 0 0.56
HSL 257.37º 0.2% 0.36% -
HSV(B) 257.37º 0.34% 0.44% -
XYZ 9.12 8 16.39 -
YUV 81.62 145.14 130.41 -
System Red Green Blue C M Y K H S L
Decimal 85 74 112 0.24 0.34 0 0.56 257.37 0.2 0.36
Hex 55 4A 70 18 22 0 38 101 14 24
Octal 125 112 160 30 42 0 70 401 24 44
Binary 1010101 1001010 1110000 11000 100010 0 111000 100000001 10100 100100

Color Harmonies of #554A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554A70

Black with #554A70

Text Example


Text Example

White with #554A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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