#588068

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

Shades of Como #588068

Tints of Como #588068

Color information

#588068 (or 0x588068) is unknown color: approx Como. HEX triplet: 58, 80 and 68. RGB value is (88,128,104). Sum of RGB (Red+Green+Blue) = 88+128+104=320 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.5% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 128 - color contains mainly: green. Hex color #588068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588068 is #A77F97. Grayscale: #717171. Windows color (decimal): -10977176 or 6848600. OLE color: 6848600.

HSL color Cylindrical-coordinate representation of color #588068: hue angle of 144º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #588068 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB88128104-
CMYK0.3100.190.50
HSL144º18.52%42.35%-
HSV(B)144º31.25%50.2%-
XYZ14.2418.5115.92-
YUV113.3122.75109.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.5%
GREEN value IS 128 (50.39% from 255) = 40%
BLUE value IS 104 (41.02% from 255) = 32.5%
R=27.5%
G=40%
B=32.5%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal881281040.3100.190.5014418.5242.35
Hex5880681F0133290132a
Octal13020015037023622202352
Binary1011000100000001101000111110100111100101001000010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588068; }

 p { color: rgb(88,128,104); }

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

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

 a { background-color: rgb(88,128,104); }

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

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

 span { border-color: rgb(88,128,104); }

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