Html Css Color HEX #554375 Meteorite

📋 copy color: '#554375'

red 85 ◦ green 67 ◦ blue 117

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

Shades of Meteorite #554375

Tints of Meteorite #554375

RGB

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

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

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

R = 31.6%
G = 24.91%
B = 43.49%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#554375 (or 0x554375) is known color: Meteorite. HEX triplet: 55, 43 and 75. RGB value is (85,67,117). Sum of RGB (Red+Green+Blue) = 85+67+117=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 117 - color contains mainly: blue. Hex color #554375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554375 is #AABC8A. Grayscale: #4D4D4D. Windows color (decimal): -11189387 or 7684949. OLE color: 7684949.

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

Color convert

RGB 85 67 117 -
CMYK 0.27 0.43 0 0.54
HSL 261.6º 0.27% 0.36% -
HSV(B) 261.6º 0.43% 0.46% -
XYZ 8.96 7.23 17.75 -
YUV 78.08 149.96 132.93 -
System Red Green Blue C M Y K H S L
Decimal 85 67 117 0.27 0.43 0 0.54 261.6 0.27 0.36
Hex 55 43 75 1B 2B 0 36 106 1B 24
Octal 125 103 165 33 53 0 66 406 33 44
Binary 1010101 1000011 1110101 11011 101011 0 110110 100000110 11011 100100

Color Harmonies of #554375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554375

Black with #554375

Text Example


Text Example

White with #554375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554375; }

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

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

background-color css

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

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

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

border-color css

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

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

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