Html Css Color HEX #5D8172 Cutty Sark

📋 copy color: '#5D8172'

red 93 ◦ green 129 ◦ blue 114

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

Shades of Cutty Sark #5D8172

Tints of Cutty Sark #5D8172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.39%

 BLUE value IS 114 (44.92% from 255) = 33.93%

R = 27.68%
G = 38.39%
B = 33.93%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#5D8172 (or 0x5D8172) is known color: Cutty Sark. HEX triplet: 5D, 81 and 72. RGB value is (93,129,114). Sum of RGB (Red+Green+Blue) = 93+129+114=336 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.68% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 129 - color contains mainly: green. Hex color #5D8172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8172 is #A27E8D. Grayscale: #747474. Windows color (decimal): -10649230 or 7504221. OLE color: 7504221.

HSL color Cylindrical-coordinate representation of color #5D8172: hue angle of 155º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5D8172 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 93 129 114 -
CMYK 0.28 0 0.12 0.49
HSL 155º 0.16% 0.44% -
HSV(B) 155º 0.28% 0.51% -
XYZ 15.4 19.24 18.82 -
YUV 116.53 126.57 111.22 -
System Red Green Blue C M Y K H S L
Decimal 93 129 114 0.28 0 0.12 0.49 155 0.16 0.44
Hex 5D 81 72 1C 0 C 31 9B 10 2C
Octal 135 201 162 34 0 14 61 233 20 54
Binary 1011101 10000001 1110010 11100 0 1100 110001 10011011 10000 101100

Color Harmonies of #5D8172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8172

Black with #5D8172

Text Example


Text Example

White with #5D8172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,129,114); }

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

background-color css

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

 a { background-color: rgb(93,129,114); }

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

border-color css

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

 span { border-color: rgb(93,129,114); }

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