Html Css Color HEX #5D8A72 Cutty Sark

📋 copy color: '#5D8A72'

red 93 ◦ green 138 ◦ blue 114

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

Shades of Cutty Sark #5D8A72

Tints of Cutty Sark #5D8A72

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40%

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

R = 26.96%
G = 40%
B = 33.04%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#5D8A72 (or 0x5D8A72) is known color: Cutty Sark. HEX triplet: 5D, 8A and 72. RGB value is (93,138,114). Sum of RGB (Red+Green+Blue) = 93+138+114=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 138 - color contains mainly: green. Hex color #5D8A72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8A72 is #A2758D. Grayscale: #797979. Windows color (decimal): -10646926 or 7506525. OLE color: 7506525.

HSL color Cylindrical-coordinate representation of color #5D8A72: hue angle of 148º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5D8A72 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 93 138 114 -
CMYK 0.33 0 0.17 0.46
HSL 148º 0.19% 0.45% -
HSV(B) 148º 0.33% 0.54% -
XYZ 16.64 21.72 19.23 -
YUV 121.81 123.59 107.45 -
System Red Green Blue C M Y K H S L
Decimal 93 138 114 0.33 0 0.17 0.46 148 0.19 0.45
Hex 5D 8A 72 21 0 11 2E 94 13 2D
Octal 135 212 162 41 0 21 56 224 23 55
Binary 1011101 10001010 1110010 100001 0 10001 101110 10010100 10011 101101

Color Harmonies of #5D8A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8A72

Black with #5D8A72

Text Example


Text Example

White with #5D8A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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