Html Css Color HEX #557863 Como

📋 copy color: '#557863'

red 85 ◦ green 120 ◦ blue 99

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

Shades of Como #557863

Tints of Como #557863

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.47%

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

R = 27.96%
G = 39.47%
B = 32.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#557863 (or 0x557863) is known color: Como. HEX triplet: 55, 78 and 63. RGB value is (85,120,99). Sum of RGB (Red+Green+Blue) = 85+120+99=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 120 - color contains mainly: green. Hex color #557863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557863 is #AA879C. Grayscale: #6B6B6B. Windows color (decimal): -11175837 or 6518869. OLE color: 6518869.

HSL color Cylindrical-coordinate representation of color #557863: hue angle of 144º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #557863 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 120 99 -
CMYK 0.29 0 0.17 0.53
HSL 144º 0.17% 0.4% -
HSV(B) 144º 0.29% 0.47% -
XYZ 12.71 16.27 14.27 -
YUV 107.14 123.4 112.21 -
System Red Green Blue C M Y K H S L
Decimal 85 120 99 0.29 0 0.17 0.53 144 0.17 0.4
Hex 55 78 63 1D 0 11 35 90 11 28
Octal 125 170 143 35 0 21 65 220 21 50
Binary 1010101 1111000 1100011 11101 0 10001 110101 10010000 10001 101000

Color Harmonies of #557863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557863

Black with #557863

Text Example


Text Example

White with #557863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557863; }

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

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

background-color css

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

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

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

border-color css

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

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

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