#588C7A

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

Shades of Cutty Sark #588C7A

Tints of Cutty Sark #588C7A

Color information

#588C7A (or 0x588C7A) is unknown color: approx Cutty Sark. HEX triplet: 58, 8C and 7A. RGB value is (88,140,122). Sum of RGB (Red+Green+Blue) = 88+140+122=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 140 - color contains mainly: green. Hex color #588C7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588C7A is #A77385. Grayscale: #7A7A7A. Windows color (decimal): -10974086 or 8031320. OLE color: 8031320.

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

Color convert

RGB88140122-
CMYK0.3700.130.45
HSL159.23º22.81%44.71%-
HSV(B)159.23º37.14%54.9%-
XYZ16.9222.2421.81-
YUV122.4127.77103.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.14%
GREEN value IS 140 (55.08% from 255) = 40%
BLUE value IS 122 (48.05% from 255) = 34.86%
R=25.14%
G=40%
B=34.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881401220.3700.130.45159.2322.8144.71
Hex588C7A250D2D9f172d
Octal13021417245015552372755
Binary1011000100011001111010100101011011011011001111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,140,122); }

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

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

 a { background-color: rgb(88,140,122); }

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

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

 span { border-color: rgb(88,140,122); }

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