Html Css Color HEX #557C5F Como

📋 copy color: '#557C5F'

red 85 ◦ green 124 ◦ blue 95

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

Shades of Como #557C5F

Tints of Como #557C5F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.79%

 BLUE value IS 95 (37.5% from 255) = 31.25%

R = 27.96%
G = 40.79%
B = 31.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#557C5F (or 0x557C5F) is known color: Como. HEX triplet: 55, 7C and 5F. RGB value is (85,124,95). Sum of RGB (Red+Green+Blue) = 85+124+95=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 124 - color contains mainly: green. Hex color #557C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C5F is #AA83A0. Grayscale: #6D6D6D. Windows color (decimal): -11174817 or 6257749. OLE color: 6257749.

HSL color Cylindrical-coordinate representation of color #557C5F: hue angle of 135.38º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #557C5F is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 124 95 -
CMYK 0.31 0 0.23 0.51
HSL 135.38º 0.19% 0.41% -
HSV(B) 135.38º 0.31% 0.49% -
XYZ 13.02 17.17 13.45 -
YUV 109.03 120.08 110.86 -
System Red Green Blue C M Y K H S L
Decimal 85 124 95 0.31 0 0.23 0.51 135.38 0.19 0.41
Hex 55 7C 5F 1F 0 17 33 87 13 29
Octal 125 174 137 37 0 27 63 207 23 51
Binary 1010101 1111100 1011111 11111 0 10111 110011 10000111 10011 101001

Color Harmonies of #557C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557C5F

Black with #557C5F

Text Example


Text Example

White with #557C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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