Html Css Color HEX #557463 Como

📋 copy color: '#557463'

red 85 ◦ green 116 ◦ blue 99

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

Shades of Como #557463

Tints of Como #557463

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.67%

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

R = 28.33%
G = 38.67%
B = 33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#557463 (or 0x557463) is known color: Como. HEX triplet: 55, 74 and 63. RGB value is (85,116,99). Sum of RGB (Red+Green+Blue) = 85+116+99=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 116 - color contains mainly: green. Hex color #557463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557463 is #AA8B9C. Grayscale: #686868. Windows color (decimal): -11176861 or 6517845. OLE color: 6517845.

HSL color Cylindrical-coordinate representation of color #557463: hue angle of 147.1º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #557463 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 116 99 -
CMYK 0.27 0 0.15 0.55
HSL 147.1º 0.15% 0.39% -
HSV(B) 147.1º 0.27% 0.45% -
XYZ 12.24 15.32 14.12 -
YUV 104.79 124.73 113.88 -
System Red Green Blue C M Y K H S L
Decimal 85 116 99 0.27 0 0.15 0.55 147.1 0.15 0.39
Hex 55 74 63 1B 0 F 37 93 F 27
Octal 125 164 143 33 0 17 67 223 17 47
Binary 1010101 1110100 1100011 11011 0 1111 110111 10010011 1111 100111

Color Harmonies of #557463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557463

Black with #557463

Text Example


Text Example

White with #557463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557463; }

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

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

background-color css

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

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

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

border-color css

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

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

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