#608573

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

Shades of Cutty Sark #608573

Tints of Cutty Sark #608573

Color information

#608573 (or 0x608573) is unknown color: approx Cutty Sark. HEX triplet: 60, 85 and 73. RGB value is (96,133,115). Sum of RGB (Red+Green+Blue) = 96+133+115=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 133 - color contains mainly: green. Hex color #608573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608573 is #9F7A8C. Grayscale: #777777. Windows color (decimal): -10451597 or 7570784. OLE color: 7570784.

HSL color Cylindrical-coordinate representation of color #608573: hue angle of 150.81º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #608573 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB96133115-
CMYK0.2800.140.48
HSL150.81º16.16%44.9%-
HSV(B)150.81º27.82%52.16%-
XYZ16.3120.519.32-
YUV119.88125.24110.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.91%
GREEN value IS 133 (52.34% from 255) = 38.66%
BLUE value IS 115 (45.31% from 255) = 33.43%
R=27.91%
G=38.66%
B=33.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961331150.2800.140.48150.8116.1644.9
Hex6085731C0E3097102d
Octal14020516334016602272055
Binary110000010000101111001111100011101100001001011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608573; }

 p { color: rgb(96,133,115); }

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

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

 a { background-color: rgb(96,133,115); }

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

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

 span { border-color: rgb(96,133,115); }

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