Html Css Color HEX #5D8475 Cutty Sark

📋 copy color: '#5D8475'

red 93 ◦ green 132 ◦ blue 117

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

Shades of Cutty Sark #5D8475

Tints of Cutty Sark #5D8475

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.6%

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

R = 27.19%
G = 38.6%
B = 34.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#5D8475 (or 0x5D8475) is known color: Cutty Sark. HEX triplet: 5D, 84 and 75. RGB value is (93,132,117). Sum of RGB (Red+Green+Blue) = 93+132+117=342 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.19% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 132 - color contains mainly: green. Hex color #5D8475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8475 is #A27B8A. Grayscale: #767676. Windows color (decimal): -10648459 or 7701597. OLE color: 7701597.

HSL color Cylindrical-coordinate representation of color #5D8475: hue angle of 156.92º degrees, saturation: 0.17, 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 #5D8475 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 93 132 117 -
CMYK 0.30 0 0.11 0.48
HSL 156.92º 0.17% 0.44% -
HSV(B) 156.92º 0.3% 0.52% -
XYZ 15.98 20.11 19.87 -
YUV 118.63 127.08 109.72 -
System Red Green Blue C M Y K H S L
Decimal 93 132 117 0.30 0 0.11 0.48 156.92 0.17 0.44
Hex 5D 84 75 1E 0 B 30 9D 11 2C
Octal 135 204 165 36 0 13 60 235 21 54
Binary 1011101 10000100 1110101 11110 0 1011 110000 10011101 10001 101100

Color Harmonies of #5D8475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8475

Black with #5D8475

Text Example


Text Example

White with #5D8475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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