Html Css Color HEX #5D8575 Cutty Sark

📋 copy color: '#5D8575'

red 93 ◦ green 133 ◦ blue 117

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

Shades of Cutty Sark #5D8575

Tints of Cutty Sark #5D8575

RGB

 RED value IS 93 (36.72% from 255) = 27.11%

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

 BLUE value IS 117 (46.09% from 255) = 34.11%

R = 27.11%
G = 38.78%
B = 34.11%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#5D8575 (or 0x5D8575) is known color: Cutty Sark. HEX triplet: 5D, 85 and 75. RGB value is (93,133,117). Sum of RGB (Red+Green+Blue) = 93+133+117=343 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.11% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 133 - color contains mainly: green. Hex color #5D8575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8575 is #A27A8A. Grayscale: #777777. Windows color (decimal): -10648203 or 7701853. OLE color: 7701853.

HSL color Cylindrical-coordinate representation of color #5D8575: hue angle of 156º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D8575 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 93 133 117 -
CMYK 0.30 0 0.12 0.48
HSL 156º 0.18% 0.44% -
HSV(B) 156º 0.3% 0.52% -
XYZ 16.11 20.39 19.92 -
YUV 119.22 126.75 109.3 -
System Red Green Blue C M Y K H S L
Decimal 93 133 117 0.30 0 0.12 0.48 156 0.18 0.44
Hex 5D 85 75 1E 0 C 30 9C 12 2C
Octal 135 205 165 36 0 14 60 234 22 54
Binary 1011101 10000101 1110101 11110 0 1100 110000 10011100 10010 101100

Color Harmonies of #5D8575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8575

Black with #5D8575

Text Example


Text Example

White with #5D8575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D8575; }

 p { color: rgb(93,133,117); }

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

background-color css

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

 a { background-color: rgb(93,133,117); }

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

border-color css

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

 span { border-color: rgb(93,133,117); }

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