#58897C

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

Shades of Cutty Sark #58897C

Tints of Cutty Sark #58897C

Color information

#58897C (or 0x58897C) is unknown color: approx Cutty Sark. HEX triplet: 58, 89 and 7C. RGB value is (88,137,124). Sum of RGB (Red+Green+Blue) = 88+137+124=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 137 - color contains mainly: green. Hex color #58897C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58897C is #A77683. Grayscale: #787878. Windows color (decimal): -10974852 or 8161624. OLE color: 8161624.

HSL color Cylindrical-coordinate representation of color #58897C: hue angle of 164.08º 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 #58897C is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB88137124-
CMYK0.3600.090.46
HSL164.08º21.78%44.12%-
HSV(B)164.08º35.77%53.73%-
XYZ16.6121.4222.33-
YUV120.87129.77104.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.21%
GREEN value IS 137 (53.91% from 255) = 39.26%
BLUE value IS 124 (48.83% from 255) = 35.53%
R=25.21%
G=39.26%
B=35.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal881371240.3600.090.46164.0821.7844.12
Hex58897C24092Ea4162c
Octal13021117444011562442654
Binary1011000100010011111100100100010011011101010010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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