#558967

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

Shades of Como #558967

Tints of Como #558967

Color information

#558967 (or 0x558967) is unknown color: approx Como. HEX triplet: 55, 89 and 67. RGB value is (85,137,103). Sum of RGB (Red+Green+Blue) = 85+137+103=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #558967 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558967 is #AA7698. Grayscale: #757575. Windows color (decimal): -11171481 or 6785365. OLE color: 6785365.

HSL color Cylindrical-coordinate representation of color #558967: hue angle of 140.77º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558967 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB85137103-
CMYK0.3800.250.46
HSL140.77º23.42%43.53%-
HSV(B)140.77º37.96%53.73%-
XYZ15.1420.816.05-
YUV117.58119.77104.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.15%
GREEN value IS 137 (53.91% from 255) = 42.15%
BLUE value IS 103 (40.62% from 255) = 31.69%
R=26.15%
G=42.15%
B=31.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851371030.3800.250.46140.7723.4243.53
Hex558967260192E8d172c
Octal12521114746031562152754
Binary10101011000100111001111001100110011011101000110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558967; }

 p { color: rgb(85,137,103); }

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

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

 a { background-color: rgb(85,137,103); }

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

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

 span { border-color: rgb(85,137,103); }

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