Html Css Color HEX #557163 Como

📋 copy color: '#557163'

red 85 ◦ green 113 ◦ blue 99

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

Shades of Como #557163

Tints of Como #557163

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.05%

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

R = 28.62%
G = 38.05%
B = 33.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#557163 (or 0x557163) is known color: Como. HEX triplet: 55, 71 and 63. RGB value is (85,113,99). Sum of RGB (Red+Green+Blue) = 85+113+99=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 113 - color contains mainly: green. Hex color #557163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557163 is #AA8E9C. Grayscale: #676767. Windows color (decimal): -11177629 or 6517077. OLE color: 6517077.

HSL color Cylindrical-coordinate representation of color #557163: hue angle of 150º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #557163 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 113 99 -
CMYK 0.25 0 0.12 0.56
HSL 150º 0.14% 0.39% -
HSV(B) 150º 0.25% 0.44% -
XYZ 11.9 14.64 14 -
YUV 103.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 85 113 99 0.25 0 0.12 0.56 150 0.14 0.39
Hex 55 71 63 19 0 C 38 96 E 27
Octal 125 161 143 31 0 14 70 226 16 47
Binary 1010101 1110001 1100011 11001 0 1100 111000 10010110 1110 100111

Color Harmonies of #557163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557163

Black with #557163

Text Example


Text Example

White with #557163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557163; }

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

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

background-color css

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

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

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

border-color css

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

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

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