Html Css Color HEX #554872 Meteorite

📋 copy color: '#554872'

red 85 ◦ green 72 ◦ blue 114

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

Shades of Meteorite #554872

Tints of Meteorite #554872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.57%

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

R = 31.37%
G = 26.57%
B = 42.07%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#554872 (or 0x554872) is known color: Meteorite. HEX triplet: 55, 48 and 72. RGB value is (85,72,114). Sum of RGB (Red+Green+Blue) = 85+72+114=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 114 - color contains mainly: blue. Hex color #554872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554872 is #AAB78D. Grayscale: #505050. Windows color (decimal): -11188110 or 7489621. OLE color: 7489621.

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

Color convert

RGB 85 72 114 -
CMYK 0.25 0.37 0 0.55
HSL 258.57º 0.23% 0.36% -
HSV(B) 258.57º 0.37% 0.45% -
XYZ 9.1 7.78 16.94 -
YUV 80.68 146.81 131.08 -
System Red Green Blue C M Y K H S L
Decimal 85 72 114 0.25 0.37 0 0.55 258.57 0.23 0.36
Hex 55 48 72 19 25 0 37 103 17 24
Octal 125 110 162 31 45 0 67 403 27 44
Binary 1010101 1001000 1110010 11001 100101 0 110111 100000011 10111 100100

Color Harmonies of #554872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554872

Black with #554872

Text Example


Text Example

White with #554872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554872; }

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

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

background-color css

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

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

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

border-color css

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

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

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