#608577

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

Shades of Cutty Sark #608577

Tints of Cutty Sark #608577

Color information

#608577 (or 0x608577) is unknown color: approx Cutty Sark. HEX triplet: 60, 85 and 77. RGB value is (96,133,119). Sum of RGB (Red+Green+Blue) = 96+133+119=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 133 - color contains mainly: green. Hex color #608577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608577 is #9F7A88. Grayscale: #787878. Windows color (decimal): -10451593 or 7832928. OLE color: 7832928.

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

Color convert

RGB96133119-
CMYK0.2800.110.48
HSL157.3º16.16%44.9%-
HSV(B)157.3º27.82%52.16%-
XYZ16.5420.5920.56-
YUV120.34127.24110.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.59%
GREEN value IS 133 (52.34% from 255) = 38.22%
BLUE value IS 119 (46.88% from 255) = 34.20%
R=27.59%
G=38.22%
B=34.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961331190.2800.110.48157.316.1644.9
Hex6085771C0B309d102d
Octal14020516734013602352055
Binary110000010000101111011111100010111100001001110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608577; }

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

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

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

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

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

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

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

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