Html Css Color HEX #554172 Meteorite

📋 copy color: '#554172'

red 85 ◦ green 65 ◦ blue 114

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

Shades of Meteorite #554172

Tints of Meteorite #554172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.62%

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

R = 32.2%
G = 24.62%
B = 43.18%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#554172 (or 0x554172) is known color: Meteorite. HEX triplet: 55, 41 and 72. RGB value is (85,65,114). Sum of RGB (Red+Green+Blue) = 85+65+114=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 114 - color contains mainly: blue. Hex color #554172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554172 is #AABE8D. Grayscale: #4C4C4C. Windows color (decimal): -11189902 or 7487829. OLE color: 7487829.

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

Color convert

RGB 85 65 114 -
CMYK 0.25 0.43 0 0.55
HSL 264.49º 0.27% 0.35% -
HSV(B) 264.49º 0.43% 0.45% -
XYZ 8.67 6.93 16.8 -
YUV 76.57 149.13 134.02 -
System Red Green Blue C M Y K H S L
Decimal 85 65 114 0.25 0.43 0 0.55 264.49 0.27 0.35
Hex 55 41 72 19 2B 0 37 108 1B 23
Octal 125 101 162 31 53 0 67 410 33 43
Binary 1010101 1000001 1110010 11001 101011 0 110111 100001000 11011 100011

Color Harmonies of #554172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554172

Black with #554172

Text Example


Text Example

White with #554172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554172; }

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

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

background-color css

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

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

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

border-color css

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

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

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