Html Css Color HEX #5D8673 Cutty Sark

📋 copy color: '#5D8673'

red 93 ◦ green 134 ◦ blue 115

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

Shades of Cutty Sark #5D8673

Tints of Cutty Sark #5D8673

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.18%

 BLUE value IS 115 (45.31% from 255) = 33.63%

R = 27.19%
G = 39.18%
B = 33.63%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#5D8673 (or 0x5D8673) is known color: Cutty Sark. HEX triplet: 5D, 86 and 73. RGB value is (93,134,115). Sum of RGB (Red+Green+Blue) = 93+134+115=342 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.19% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 134 - color contains mainly: green. Hex color #5D8673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8673 is #A2798C. Grayscale: #777777. Windows color (decimal): -10647949 or 7571037. OLE color: 7571037.

HSL color Cylindrical-coordinate representation of color #5D8673: hue angle of 152.2º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D8673 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 93 134 115 -
CMYK 0.31 0 0.14 0.47
HSL 152.2º 0.18% 0.45% -
HSV(B) 152.2º 0.31% 0.53% -
XYZ 16.13 20.62 19.35 -
YUV 119.58 125.42 109.04 -
System Red Green Blue C M Y K H S L
Decimal 93 134 115 0.31 0 0.14 0.47 152.2 0.18 0.45
Hex 5D 86 73 1F 0 E 2F 98 12 2D
Octal 135 206 163 37 0 16 57 230 22 55
Binary 1011101 10000110 1110011 11111 0 1110 101111 10011000 10010 101101

Color Harmonies of #5D8673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8673

Black with #5D8673

Text Example


Text Example

White with #5D8673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,134,115); }

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

background-color css

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

 a { background-color: rgb(93,134,115); }

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

border-color css

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

 span { border-color: rgb(93,134,115); }

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