#558168

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

Shades of Como #558168

Tints of Como #558168

Color information

#558168 (or 0x558168) is unknown color: approx Como. HEX triplet: 55, 81 and 68. RGB value is (85,129,104). Sum of RGB (Red+Green+Blue) = 85+129+104=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 129 - color contains mainly: green. Hex color #558168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558168 is #AA7E97. Grayscale: #717171. Windows color (decimal): -11173528 or 6848853. OLE color: 6848853.

HSL color Cylindrical-coordinate representation of color #558168: hue angle of 145.91º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #558168 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB85129104-
CMYK0.3400.190.49
HSL145.91º20.56%41.96%-
HSV(B)145.91º34.11%50.59%-
XYZ14.118.6315.95-
YUV112.99122.92108.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.73%
GREEN value IS 129 (50.78% from 255) = 40.57%
BLUE value IS 104 (41.02% from 255) = 32.70%
R=26.73%
G=40.57%
B=32.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal851291040.3400.190.49145.9120.5641.96
Hex558168220133192152a
Octal12520115042023612222552
Binary10101011000000111010001000100100111100011001001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558168; }

 p { color: rgb(85,129,104); }

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

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

 a { background-color: rgb(85,129,104); }

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

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

 span { border-color: rgb(85,129,104); }

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