#588474

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

Shades of Cutty Sark #588474

Tints of Cutty Sark #588474

Color information

#588474 (or 0x588474) is unknown color: approx Cutty Sark. HEX triplet: 58, 84 and 74. RGB value is (88,132,116). Sum of RGB (Red+Green+Blue) = 88+132+116=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 132 - color contains mainly: green. Hex color #588474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588474 is #A77B8B. Grayscale: #757575. Windows color (decimal): -10976140 or 7636056. OLE color: 7636056.

HSL color Cylindrical-coordinate representation of color #588474: hue angle of 158.18º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #588474 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB88132116-
CMYK0.3300.120.48
HSL158.18º20%43.14%-
HSV(B)158.18º33.33%51.76%-
XYZ15.4319.8419.54-
YUV117.02127.42107.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.19%
GREEN value IS 132 (51.95% from 255) = 39.29%
BLUE value IS 116 (45.70% from 255) = 34.52%
R=26.19%
G=39.29%
B=34.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal881321160.3300.120.48158.182043.14
Hex588474210C309e142b
Octal13020416441014602362453
Binary1011000100001001110100100001011001100001001111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588474; }

 p { color: rgb(88,132,116); }

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

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

 a { background-color: rgb(88,132,116); }

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

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

 span { border-color: rgb(88,132,116); }

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