#558665

Color #558665 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #558665

Tints of Como #558665

Color information

#558665 (or 0x558665) is unknown color: approx Como. HEX triplet: 55, 86 and 65. RGB value is (85,134,101). Sum of RGB (Red+Green+Blue) = 85+134+101=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 134 - color contains mainly: green. Hex color #558665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558665 is #AA799A. Grayscale: #737373. Windows color (decimal): -11172251 or 6653525. OLE color: 6653525.

HSL color Cylindrical-coordinate representation of color #558665: hue angle of 139.59º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #558665 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB85134101-
CMYK0.3700.250.47
HSL139.59º22.37%42.94%-
HSV(B)139.59º36.57%52.55%-
XYZ14.6219.9215.39-
YUV115.59119.77106.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.56%
GREEN value IS 134 (52.73% from 255) = 41.88%
BLUE value IS 101 (39.84% from 255) = 31.56%
R=26.56%
G=41.88%
B=31.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal851341010.3700.250.47139.5922.3742.94
Hex558665250192F8c162b
Octal12520614545031572142653
Binary10101011000011011001011001010110011011111000110010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558665; }

 p { color: rgb(85,134,101); }

 H1.HeaderClassName
 {
   color: #558665;
 }
 .AnyTagClassName
 {
   color: #558665;
 }
</style>
background-color css

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

 a { background-color: rgb(85,134,101); }

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

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

 span { border-color: rgb(85,134,101); }

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