#58876C

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

Shades of Cutty Sark #58876C

Tints of Cutty Sark #58876C

Color information

#58876C (or 0x58876C) is unknown color: approx Cutty Sark. HEX triplet: 58, 87 and 6C. RGB value is (88,135,108). Sum of RGB (Red+Green+Blue) = 88+135+108=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 135 - color contains mainly: green. Hex color #58876C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58876C is #A77893. Grayscale: #757575. Windows color (decimal): -10975380 or 7112536. OLE color: 7112536.

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

Color convert

RGB88135108-
CMYK0.3500.20.47
HSL145.53º21.08%43.73%-
HSV(B)145.53º34.81%52.94%-
XYZ15.420.4917.33-
YUV117.87122.43106.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.59%
GREEN value IS 135 (53.12% from 255) = 40.79%
BLUE value IS 108 (42.58% from 255) = 32.63%
R=26.59%
G=40.79%
B=32.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881351080.3500.20.47145.5321.0843.73
Hex58876C230142F92152c
Octal13020715443024572222554
Binary10110001000011111011001000110101001011111001001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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