#58816C

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

Shades of Cutty Sark #58816C

Tints of Cutty Sark #58816C

Color information

#58816C (or 0x58816C) is unknown color: approx Cutty Sark. HEX triplet: 58, 81 and 6C. RGB value is (88,129,108). Sum of RGB (Red+Green+Blue) = 88+129+108=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 129 - color contains mainly: green. Hex color #58816C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58816C is #A77E93. Grayscale: #727272. Windows color (decimal): -10976916 or 7111000. OLE color: 7111000.

HSL color Cylindrical-coordinate representation of color #58816C: hue angle of 149.27º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #58816C is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB88129108-
CMYK0.3200.160.49
HSL149.27º18.89%42.55%-
HSV(B)149.27º31.78%50.59%-
XYZ14.5818.8617.06-
YUV114.35124.42109.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.08%
GREEN value IS 129 (50.78% from 255) = 39.69%
BLUE value IS 108 (42.58% from 255) = 33.23%
R=27.08%
G=39.69%
B=33.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal881291080.3200.160.49149.2718.8942.55
Hex58816C200103195132b
Octal13020115440020612252353
Binary10110001000000111011001000000100001100011001010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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