#558668

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

Shades of Como #558668

Tints of Como #558668

Color information

#558668 (or 0x558668) is unknown color: approx Como. HEX triplet: 55, 86 and 68. RGB value is (85,134,104). Sum of RGB (Red+Green+Blue) = 85+134+104=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #558668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558668 is #AA7997. Grayscale: #747474. Windows color (decimal): -11172248 or 6850133. OLE color: 6850133.

HSL color Cylindrical-coordinate representation of color #558668: hue angle of 143.27º 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 #558668 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB85134104-
CMYK0.3700.220.47
HSL143.27º22.37%42.94%-
HSV(B)143.27º36.57%52.55%-
XYZ14.7719.9816.17-
YUV115.93121.27105.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.32%
GREEN value IS 134 (52.73% from 255) = 41.49%
BLUE value IS 104 (41.02% from 255) = 32.20%
R=26.32%
G=41.49%
B=32.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal851341040.3700.220.47143.2722.3742.94
Hex558668250162F8f162b
Octal12520615045026572172653
Binary10101011000011011010001001010101101011111000111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558668; }

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

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

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

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

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

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

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

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