Html Css Color HEX #555555 Matterhorn

📋 copy color: '#555555'

red 85 ◦ green 85 ◦ blue 85

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

Shades of Matterhorn #555555

Tints of Matterhorn #555555

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.33%

 BLUE value IS 85 (33.59% from 255) = 33.33%

R = 33.33%
G = 33.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#555555 (or 0x555555) is known color: Matterhorn. HEX triplet: 55, 55 and 55. RGB value is (85,85,85). Sum of RGB (Red+Green+Blue) = 85+85+85=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 85 - color contains mainly: red, green, blue. Hex color #555555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555555 is #AAAAAA. Grayscale: #555555. Windows color (decimal): -11184811 or 5592405. OLE color: 5592405.

HSL color Cylindrical-coordinate representation of color #555555: hue angle of 0º degrees, saturation: 0, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0%. Process color model (Four color, CMYK) of #555555 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 85 85 -
CMYK 0 0 0 0.67
HSL 0% 0.33% -
HSV(B) 0% 0.33% -
XYZ 8.63 9.08 9.89 -
YUV 85 128 128 -
System Red Green Blue C M Y K H S L
Decimal 85 85 85 0 0 0 0.67 0 0 0.33
Hex 55 55 55 0 0 0 43 0 0 21
Octal 125 125 125 0 0 0 103 0 0 41
Binary 1010101 1010101 1010101 0 0 0 1000011 0 0 100001

Color Harmonies of #555555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555555

Black with #555555

Text Example


Text Example

White with #555555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555555; }

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

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

background-color css

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

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

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

border-color css

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

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

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