Html Css Color HEX #554772 Meteorite

📋 copy color: '#554772'

red 85 ◦ green 71 ◦ blue 114

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

Shades of Meteorite #554772

Tints of Meteorite #554772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.3%

 BLUE value IS 114 (44.92% from 255) = 42.22%

R = 31.48%
G = 26.3%
B = 42.22%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#554772 (or 0x554772) is known color: Meteorite. HEX triplet: 55, 47 and 72. RGB value is (85,71,114). Sum of RGB (Red+Green+Blue) = 85+71+114=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 114 - color contains mainly: blue. Hex color #554772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554772 is #AAB88D. Grayscale: #4F4F4F. Windows color (decimal): -11188366 or 7489365. OLE color: 7489365.

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

Color convert

RGB 85 71 114 -
CMYK 0.25 0.38 0 0.55
HSL 259.53º 0.23% 0.36% -
HSV(B) 259.53º 0.38% 0.45% -
XYZ 9.04 7.65 16.92 -
YUV 80.09 147.14 131.5 -
System Red Green Blue C M Y K H S L
Decimal 85 71 114 0.25 0.38 0 0.55 259.53 0.23 0.36
Hex 55 47 72 19 26 0 37 104 17 24
Octal 125 107 162 31 46 0 67 404 27 44
Binary 1010101 1000111 1110010 11001 100110 0 110111 100000100 10111 100100

Color Harmonies of #554772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554772

Black with #554772

Text Example


Text Example

White with #554772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554772; }

 p { color: rgb(85,71,114); }

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

background-color css

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

 a { background-color: rgb(85,71,114); }

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

border-color css

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

 span { border-color: rgb(85,71,114); }

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