#58846F

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

Shades of Cutty Sark #58846F

Tints of Cutty Sark #58846F

Color information

#58846F (or 0x58846F) is unknown color: approx Cutty Sark. HEX triplet: 58, 84 and 6F. RGB value is (88,132,111). Sum of RGB (Red+Green+Blue) = 88+132+111=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 132 - color contains mainly: green. Hex color #58846F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58846F is #A77B90. Grayscale: #747474. Windows color (decimal): -10976145 or 7308376. OLE color: 7308376.

HSL color Cylindrical-coordinate representation of color #58846F: hue angle of 151.36º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #58846F is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB88132111-
CMYK0.3300.160.48
HSL151.36º20%43.14%-
HSV(B)151.36º33.33%51.76%-
XYZ15.1519.7218.05-
YUV116.45124.92107.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.59%
GREEN value IS 132 (51.95% from 255) = 39.88%
BLUE value IS 111 (43.75% from 255) = 33.53%
R=26.59%
G=39.88%
B=33.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal881321110.3300.160.48151.362043.14
Hex58846F210103097142b
Octal13020415741020602272453
Binary10110001000010011011111000010100001100001001011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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