#588768

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

Shades of Como #588768

Tints of Como #588768

Color information

#588768 (or 0x588768) is unknown color: approx Como. HEX triplet: 58, 87 and 68. RGB value is (88,135,104). Sum of RGB (Red+Green+Blue) = 88+135+104=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 135 - color contains mainly: green. Hex color #588768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588768 is #A77897. Grayscale: #757575. Windows color (decimal): -10975384 or 6850392. OLE color: 6850392.

HSL color Cylindrical-coordinate representation of color #588768: hue angle of 140.43º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #588768 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB88135104-
CMYK0.3500.230.47
HSL140.43º21.08%43.73%-
HSV(B)140.43º34.81%52.94%-
XYZ15.1920.416.23-
YUV117.41120.43107.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.91%
GREEN value IS 135 (53.12% from 255) = 41.28%
BLUE value IS 104 (41.02% from 255) = 31.80%
R=26.91%
G=41.28%
B=31.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881351040.3500.230.47140.4321.0843.73
Hex588768230172F8c152c
Octal13020715043027572142554
Binary10110001000011111010001000110101111011111000110010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588768; }

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

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

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

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

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

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

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

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