#588473

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

Shades of Cutty Sark #588473

Tints of Cutty Sark #588473

Color information

#588473 (or 0x588473) is unknown color: approx Cutty Sark. HEX triplet: 58, 84 and 73. RGB value is (88,132,115). Sum of RGB (Red+Green+Blue) = 88+132+115=335 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.27% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 132 - color contains mainly: green. Hex color #588473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588473 is #A77B8C. Grayscale: #747474. Windows color (decimal): -10976141 or 7570520. OLE color: 7570520.

HSL color Cylindrical-coordinate representation of color #588473: hue angle of 156.82º 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 #588473 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB88132115-
CMYK0.3300.130.48
HSL156.82º20%43.14%-
HSV(B)156.82º33.33%51.76%-
XYZ15.3719.8219.23-
YUV116.91126.92107.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.27%
GREEN value IS 132 (51.95% from 255) = 39.40%
BLUE value IS 115 (45.31% from 255) = 34.33%
R=26.27%
G=39.40%
B=34.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal881321150.3300.130.48156.822043.14
Hex588473210D309d142b
Octal13020416341015602352453
Binary1011000100001001110011100001011011100001001110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588473; }

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

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

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

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

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

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

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

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