Html Css Color HEX #608579 Cutty Sark

📋 copy color: '#608579'

red 96 ◦ green 133 ◦ blue 121

#608579
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #608579

Tints of Cutty Sark #608579

RGB

 RED value IS 96 (37.89% from 255) = 27.43%

 GREEN value IS 133 (52.34% from 255) = 38%

 BLUE value IS 121 (47.66% from 255) = 34.57%

R = 27.43%
G = 38%
B = 34.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#608579 (or 0x608579) is known color: Cutty Sark. HEX triplet: 60, 85 and 79. RGB value is (96,133,121). Sum of RGB (Red+Green+Blue) = 96+133+121=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 133 - color contains mainly: green. Hex color #608579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608579 is #9F7A86. Grayscale: #787878. Windows color (decimal): -10451591 or 7964000. OLE color: 7964000.

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

Color convert

RGB 96 133 121 -
CMYK 0.28 0 0.09 0.48
HSL 160.54º 0.16% 0.45% -
HSV(B) 160.54º 0.28% 0.52% -
XYZ 16.66 20.64 21.2 -
YUV 120.57 128.24 110.48 -
System Red Green Blue C M Y K H S L
Decimal 96 133 121 0.28 0 0.09 0.48 160.54 0.16 0.45
Hex 60 85 79 1C 0 9 30 A1 10 2D
Octal 140 205 171 34 0 11 60 241 20 55
Binary 1100000 10000101 1111001 11100 0 1001 110000 10100001 10000 101101

Color Harmonies of #608579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608579

Black with #608579

Text Example


Text Example

White with #608579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608579; }

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

 H1.HeaderClassName
 {
   color: #608579;
 }
 .AnyTagClassName
 {
   color: #608579;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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