#58896C

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

Shades of Cutty Sark #58896C

Tints of Cutty Sark #58896C

Color information

#58896C (or 0x58896C) is unknown color: approx Cutty Sark. HEX triplet: 58, 89 and 6C. RGB value is (88,137,108). Sum of RGB (Red+Green+Blue) = 88+137+108=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 137 - color contains mainly: green. Hex color #58896C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58896C is #A77693. Grayscale: #777777. Windows color (decimal): -10974868 or 7113048. OLE color: 7113048.

HSL color Cylindrical-coordinate representation of color #58896C: hue angle of 144.49º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #58896C is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB88137108-
CMYK0.3600.210.46
HSL144.49º21.78%44.12%-
HSV(B)144.49º35.77%53.73%-
XYZ15.6821.0517.42-
YUV119.04121.77105.86-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.43%
GREEN value IS 137 (53.91% from 255) = 41.14%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=26.43%
G=41.14%
B=32.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal881371080.3600.210.46144.4921.7844.12
Hex58896C240152E90162c
Octal13021115444025562202654
Binary10110001000100111011001001000101011011101001000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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