Html Css Color HEX #557A63 Como

📋 copy color: '#557A63'

red 85 ◦ green 122 ◦ blue 99

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

Shades of Como #557A63

Tints of Como #557A63

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.87%

 BLUE value IS 99 (39.06% from 255) = 32.35%

R = 27.78%
G = 39.87%
B = 32.35%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#557A63 (or 0x557A63) is known color: Como. HEX triplet: 55, 7A and 63. RGB value is (85,122,99). Sum of RGB (Red+Green+Blue) = 85+122+99=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 122 - color contains mainly: green. Hex color #557A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557A63 is #AA859C. Grayscale: #6C6C6C. Windows color (decimal): -11175325 or 6519381. OLE color: 6519381.

HSL color Cylindrical-coordinate representation of color #557A63: hue angle of 142.7º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #557A63 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 122 99 -
CMYK 0.30 0 0.19 0.52
HSL 142.7º 0.18% 0.41% -
HSV(B) 142.7º 0.3% 0.48% -
XYZ 12.96 16.75 14.35 -
YUV 108.32 122.74 111.37 -
System Red Green Blue C M Y K H S L
Decimal 85 122 99 0.30 0 0.19 0.52 142.7 0.18 0.41
Hex 55 7A 63 1E 0 13 34 8F 12 29
Octal 125 172 143 36 0 23 64 217 22 51
Binary 1010101 1111010 1100011 11110 0 10011 110100 10001111 10010 101001

Color Harmonies of #557A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557A63

Black with #557A63

Text Example


Text Example

White with #557A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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