Html Css Color HEX #55456B Meteorite

📋 copy color: '#55456B'

red 85 ◦ green 69 ◦ blue 107

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

Shades of Meteorite #55456B

Tints of Meteorite #55456B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41%

R = 32.57%
G = 26.44%
B = 41%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55456B (or 0x55456B) is known color: Meteorite. HEX triplet: 55, 45 and 6B. RGB value is (85,69,107). Sum of RGB (Red+Green+Blue) = 85+69+107=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 107 - color contains mainly: blue. Hex color #55456B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55456B is #AABA94. Grayscale: #4D4D4D. Windows color (decimal): -11188885 or 7030101. OLE color: 7030101.

HSL color Cylindrical-coordinate representation of color #55456B: hue angle of 265.26º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #55456B is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 69 107 -
CMYK 0.21 0.36 0 0.58
HSL 265.26º 0.22% 0.35% -
HSV(B) 265.26º 0.36% 0.42% -
XYZ 8.53 7.25 14.86 -
YUV 78.12 144.3 132.91 -
System Red Green Blue C M Y K H S L
Decimal 85 69 107 0.21 0.36 0 0.58 265.26 0.22 0.35
Hex 55 45 6B 15 24 0 3A 109 16 23
Octal 125 105 153 25 44 0 72 411 26 43
Binary 1010101 1000101 1101011 10101 100100 0 111010 100001001 10110 100011

Color Harmonies of #55456B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55456B

Black with #55456B

Text Example


Text Example

White with #55456B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55456B; }

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

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

background-color css

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

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

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

border-color css

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

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

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