#58866B

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

Shades of Cutty Sark #58866B

Tints of Cutty Sark #58866B

Color information

#58866B (or 0x58866B) is unknown color: approx Cutty Sark. HEX triplet: 58, 86 and 6B. RGB value is (88,134,107). Sum of RGB (Red+Green+Blue) = 88+134+107=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #58866B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58866B is #A77994. Grayscale: #757575. Windows color (decimal): -10975637 or 7046744. OLE color: 7046744.

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

Color convert

RGB88134107-
CMYK0.3400.200.47
HSL144.78º20.72%43.53%-
HSV(B)144.78º34.33%52.55%-
XYZ15.220.1917-
YUV117.17122.26107.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.75%
GREEN value IS 134 (52.73% from 255) = 40.73%
BLUE value IS 107 (42.19% from 255) = 32.52%
R=26.75%
G=40.73%
B=32.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881341070.3400.200.47144.7820.7243.53
Hex58866B220142F91152c
Octal13020615342024572212554
Binary10110001000011011010111000100101001011111001000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58866B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58866B; }

 p { color: rgb(88,134,107); }

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

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

 a { background-color: rgb(88,134,107); }

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

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

 span { border-color: rgb(88,134,107); }

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