#58876F

Color #58876F Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #58876F

Tints of Cutty Sark #58876F

Color information

#58876F (or 0x58876F) is unknown color: approx Cutty Sark. HEX triplet: 58, 87 and 6F. RGB value is (88,135,111). Sum of RGB (Red+Green+Blue) = 88+135+111=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 135 - color contains mainly: green. Hex color #58876F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58876F is #A77890. Grayscale: #767676. Windows color (decimal): -10975377 or 7309144. OLE color: 7309144.

HSL color Cylindrical-coordinate representation of color #58876F: hue angle of 149.36º 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 #58876F is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB88135111-
CMYK0.3500.180.47
HSL149.36º21.08%43.73%-
HSV(B)149.36º34.81%52.94%-
XYZ15.5620.5518.19-
YUV118.21123.93106.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.35%
GREEN value IS 135 (53.12% from 255) = 40.42%
BLUE value IS 111 (43.75% from 255) = 33.23%
R=26.35%
G=40.42%
B=33.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881351110.3500.180.47149.3621.0843.73
Hex58876F230122F95152c
Octal13020715743022572252554
Binary10110001000011111011111000110100101011111001010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58876F; }

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

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

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

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

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

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

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

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