#58856E

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

Shades of Cutty Sark #58856E

Tints of Cutty Sark #58856E

Color information

#58856E (or 0x58856E) is unknown color: approx Cutty Sark. HEX triplet: 58, 85 and 6E. RGB value is (88,133,110). Sum of RGB (Red+Green+Blue) = 88+133+110=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #58856E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58856E is #A77A91. Grayscale: #747474. Windows color (decimal): -10975890 or 7243096. OLE color: 7243096.

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

Color convert

RGB88133110-
CMYK0.3400.170.48
HSL149.33º20.36%43.33%-
HSV(B)149.33º33.83%52.16%-
XYZ15.2319.9817.8-
YUV116.92124.09107.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.59%
GREEN value IS 133 (52.34% from 255) = 40.18%
BLUE value IS 110 (43.36% from 255) = 33.23%
R=26.59%
G=40.18%
B=33.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal881331100.3400.170.48149.3320.3643.33
Hex58856E220113095142b
Octal13020515642021602252453
Binary10110001000010111011101000100100011100001001010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58856E; }

 p { color: rgb(88,133,110); }

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

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

 a { background-color: rgb(88,133,110); }

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

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

 span { border-color: rgb(88,133,110); }

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