Html Css Color HEX #608573 Cutty Sark

📋 copy color: '#608573'

red 96 ◦ green 133 ◦ blue 115

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

Shades of Cutty Sark #608573

Tints of Cutty Sark #608573

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 value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#608573 (or 0x608573) is known color: 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

RGB 96 133 115 -
CMYK 0.28 0 0.14 0.48
HSL 150.81º 0.16% 0.45% -
HSV(B) 150.81º 0.28% 0.52% -
XYZ 16.31 20.5 19.32 -
YUV 119.89 125.24 110.96 -
System Red Green Blue C M Y K H S L
Decimal 96 133 115 0.28 0 0.14 0.48 150.81 0.16 0.45
Hex 60 85 73 1C 0 E 30 97 10 2D
Octal 140 205 163 34 0 16 60 227 20 55
Binary 1100000 10000101 1110011 11100 0 1110 110000 10010111 10000 101101

Color Harmonies of #608573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608573

Black with #608573

Text Example


Text Example

White with #608573

Text Example


Text Example

HTML Codes & Css Web 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>