#588D75

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

Shades of Cutty Sark #588D75

Tints of Cutty Sark #588D75

Color information

#588D75 (or 0x588D75) is unknown color: approx Cutty Sark. HEX triplet: 58, 8D and 75. RGB value is (88,141,117). Sum of RGB (Red+Green+Blue) = 88+141+117=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 141 - color contains mainly: green. Hex color #588D75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588D75 is #A7728A. Grayscale: #7A7A7A. Windows color (decimal): -10973835 or 7703896. OLE color: 7703896.

HSL color Cylindrical-coordinate representation of color #588D75: hue angle of 152.83º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #588D75 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB88141117-
CMYK0.3800.170.45
HSL152.83º23.14%44.9%-
HSV(B)152.83º37.59%55.29%-
XYZ16.7622.4120.27-
YUV122.42124.94103.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.43%
GREEN value IS 141 (55.47% from 255) = 40.75%
BLUE value IS 117 (46.09% from 255) = 33.82%
R=25.43%
G=40.75%
B=33.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881411170.3800.170.45152.8323.1444.9
Hex588D75260112D99172d
Octal13021516546021552312755
Binary10110001000110111101011001100100011011011001100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588D75; }

 p { color: rgb(88,141,117); }

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

<style>
 a { background-color: #588D75; }

 a { background-color: rgb(88,141,117); }

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

<style>
 span { border-color: #588D75; }

 span { border-color: rgb(88,141,117); }

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