Html Css Color HEX #554372 Meteorite

📋 copy color: '#554372'

red 85 ◦ green 67 ◦ blue 114

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

Shades of Meteorite #554372

Tints of Meteorite #554372

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.19%

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

R = 31.95%
G = 25.19%
B = 42.86%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#554372 (or 0x554372) is known color: Meteorite. HEX triplet: 55, 43 and 72. RGB value is (85,67,114). Sum of RGB (Red+Green+Blue) = 85+67+114=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #554372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554372 is #AABC8D. Grayscale: #4D4D4D. Windows color (decimal): -11189390 or 7488341. OLE color: 7488341.

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

Color convert

RGB 85 67 114 -
CMYK 0.25 0.41 0 0.55
HSL 262.98º 0.26% 0.35% -
HSV(B) 262.98º 0.41% 0.45% -
XYZ 8.79 7.16 16.84 -
YUV 77.74 148.46 133.18 -
System Red Green Blue C M Y K H S L
Decimal 85 67 114 0.25 0.41 0 0.55 262.98 0.26 0.35
Hex 55 43 72 19 29 0 37 107 1A 23
Octal 125 103 162 31 51 0 67 407 32 43
Binary 1010101 1000011 1110010 11001 101001 0 110111 100000111 11010 100011

Color Harmonies of #554372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554372

Black with #554372

Text Example


Text Example

White with #554372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554372; }

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

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

background-color css

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

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

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

border-color css

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

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

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