Html Css Color HEX #554475 Meteorite

📋 copy color: '#554475'

red 85 ◦ green 68 ◦ blue 117

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

Shades of Meteorite #554475

Tints of Meteorite #554475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.19%

 BLUE value IS 117 (46.09% from 255) = 43.33%

R = 31.48%
G = 25.19%
B = 43.33%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#554475 (or 0x554475) is known color: Meteorite. HEX triplet: 55, 44 and 75. RGB value is (85,68,117). Sum of RGB (Red+Green+Blue) = 85+68+117=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #554475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554475 is #AABB8A. Grayscale: #4E4E4E. Windows color (decimal): -11189131 or 7685205. OLE color: 7685205.

HSL color Cylindrical-coordinate representation of color #554475: hue angle of 260.82º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #554475 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 68 117 -
CMYK 0.27 0.42 0 0.54
HSL 260.82º 0.26% 0.36% -
HSV(B) 260.82º 0.42% 0.46% -
XYZ 9.02 7.35 17.77 -
YUV 78.67 149.63 132.52 -
System Red Green Blue C M Y K H S L
Decimal 85 68 117 0.27 0.42 0 0.54 260.82 0.26 0.36
Hex 55 44 75 1B 2A 0 36 105 1A 24
Octal 125 104 165 33 52 0 66 405 32 44
Binary 1010101 1000100 1110101 11011 101010 0 110110 100000101 11010 100100

Color Harmonies of #554475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554475

Black with #554475

Text Example


Text Example

White with #554475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554475; }

 p { color: rgb(85,68,117); }

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

background-color css

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

 a { background-color: rgb(85,68,117); }

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

border-color css

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

 span { border-color: rgb(85,68,117); }

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