Html Css Color HEX #557C62 Como

📋 copy color: '#557C62'

red 85 ◦ green 124 ◦ blue 98

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

Shades of Como #557C62

Tints of Como #557C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.92%

R = 27.69%
G = 40.39%
B = 31.92%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#557C62 (or 0x557C62) is known color: Como. HEX triplet: 55, 7C and 62. RGB value is (85,124,98). Sum of RGB (Red+Green+Blue) = 85+124+98=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 124 - color contains mainly: green. Hex color #557C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C62 is #AA839D. Grayscale: #6D6D6D. Windows color (decimal): -11174814 or 6454357. OLE color: 6454357.

HSL color Cylindrical-coordinate representation of color #557C62: hue angle of 140º 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 #557C62 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 124 98 -
CMYK 0.31 0 0.21 0.51
HSL 140º 0.19% 0.41% -
HSV(B) 140º 0.31% 0.49% -
XYZ 13.16 17.23 14.19 -
YUV 109.38 121.58 110.61 -
System Red Green Blue C M Y K H S L
Decimal 85 124 98 0.31 0 0.21 0.51 140 0.19 0.41
Hex 55 7C 62 1F 0 15 33 8C 13 29
Octal 125 174 142 37 0 25 63 214 23 51
Binary 1010101 1111100 1100010 11111 0 10101 110011 10001100 10011 101001

Color Harmonies of #557C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557C62

Black with #557C62

Text Example


Text Example

White with #557C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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