Html Css Color HEX #555C57 Mineral Green

📋 copy color: '#555C57'

red 85 ◦ green 92 ◦ blue 87

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

Shades of Mineral Green #555C57

Tints of Mineral Green #555C57

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.85%

 BLUE value IS 87 (34.38% from 255) = 32.95%

R = 32.2%
G = 34.85%
B = 32.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.64

RGB Variations

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

Color information

#555C57 (or 0x555C57) is known color: Mineral Green. HEX triplet: 55, 5C and 57. RGB value is (85,92,87). Sum of RGB (Red+Green+Blue) = 85+92+87=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 92 - color contains mainly: green. Hex color #555C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C57 is #AAA3A8. Grayscale: #595959. Windows color (decimal): -11183017 or 5725269. OLE color: 5725269.

HSL color Cylindrical-coordinate representation of color #555C57: hue angle of 137.14º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #555C57 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 92 87 -
CMYK 0.08 0 0.05 0.64
HSL 137.14º 0.04% 0.35% -
HSV(B) 137.14º 0.08% 0.36% -
XYZ 9.29 10.27 10.51 -
YUV 89.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 85 92 87 0.08 0 0.05 0.64 137.14 0.04 0.35
Hex 55 5C 57 8 0 5 40 89 4 23
Octal 125 134 127 10 0 5 100 211 4 43
Binary 1010101 1011100 1010111 1000 0 101 1000000 10001001 100 100011

Color Harmonies of #555C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555C57

Black with #555C57

Text Example


Text Example

White with #555C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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