#558466

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

Shades of Como #558466

Tints of Como #558466

Color information

#558466 (or 0x558466) is unknown color: approx Como. HEX triplet: 55, 84 and 66. RGB value is (85,132,102). Sum of RGB (Red+Green+Blue) = 85+132+102=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 132 - color contains mainly: green. Hex color #558466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558466 is #AA7B99. Grayscale: #727272. Windows color (decimal): -11172762 or 6718549. OLE color: 6718549.

HSL color Cylindrical-coordinate representation of color #558466: hue angle of 141.7º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #558466 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB85132102-
CMYK0.3600.230.48
HSL141.7º21.66%42.55%-
HSV(B)141.7º35.61%51.76%-
XYZ14.419.3915.55-
YUV114.53120.93106.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.65%
GREEN value IS 132 (51.95% from 255) = 41.38%
BLUE value IS 102 (40.23% from 255) = 31.97%
R=26.65%
G=41.38%
B=31.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal851321020.3600.230.48141.721.6642.55
Hex55846624017308e162b
Octal12520414644027602162653
Binary10101011000010011001101001000101111100001000111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558466; }

 p { color: rgb(85,132,102); }

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

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

 a { background-color: rgb(85,132,102); }

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

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

 span { border-color: rgb(85,132,102); }

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