Html Css Color HEX #554572 Meteorite

📋 copy color: '#554572'

red 85 ◦ green 69 ◦ blue 114

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

Shades of Meteorite #554572

Tints of Meteorite #554572

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.75%

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

R = 31.72%
G = 25.75%
B = 42.54%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#554572 (or 0x554572) is known color: Meteorite. HEX triplet: 55, 45 and 72. RGB value is (85,69,114). Sum of RGB (Red+Green+Blue) = 85+69+114=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #554572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554572 is #AABA8D. Grayscale: #4E4E4E. Windows color (decimal): -11188878 or 7488853. OLE color: 7488853.

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

Color convert

RGB 85 69 114 -
CMYK 0.25 0.39 0 0.55
HSL 261.33º 0.25% 0.36% -
HSV(B) 261.33º 0.39% 0.45% -
XYZ 8.91 7.4 16.88 -
YUV 78.91 147.8 132.34 -
System Red Green Blue C M Y K H S L
Decimal 85 69 114 0.25 0.39 0 0.55 261.33 0.25 0.36
Hex 55 45 72 19 27 0 37 105 19 24
Octal 125 105 162 31 47 0 67 405 31 44
Binary 1010101 1000101 1110010 11001 100111 0 110111 100000101 11001 100100

Color Harmonies of #554572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554572

Black with #554572

Text Example


Text Example

White with #554572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554572; }

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

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

background-color css

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

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

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

border-color css

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

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

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