Html Css Color HEX #5D8872 Cutty Sark

📋 copy color: '#5D8872'

red 93 ◦ green 136 ◦ blue 114

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

Shades of Cutty Sark #5D8872

Tints of Cutty Sark #5D8872

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.65%

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

R = 27.11%
G = 39.65%
B = 33.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#5D8872 (or 0x5D8872) is known color: Cutty Sark. HEX triplet: 5D, 88 and 72. RGB value is (93,136,114). Sum of RGB (Red+Green+Blue) = 93+136+114=343 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.11% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 136 - color contains mainly: green. Hex color #5D8872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8872 is #A2778D. Grayscale: #787878. Windows color (decimal): -10647438 or 7506013. OLE color: 7506013.

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

Color convert

RGB 93 136 114 -
CMYK 0.32 0 0.16 0.47
HSL 149.3º 0.19% 0.45% -
HSV(B) 149.3º 0.32% 0.53% -
XYZ 16.36 21.15 19.14 -
YUV 120.64 124.25 108.29 -
System Red Green Blue C M Y K H S L
Decimal 93 136 114 0.32 0 0.16 0.47 149.3 0.19 0.45
Hex 5D 88 72 20 0 10 2F 95 13 2D
Octal 135 210 162 40 0 20 57 225 23 55
Binary 1011101 10001000 1110010 100000 0 10000 101111 10010101 10011 101101

Color Harmonies of #5D8872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8872

Black with #5D8872

Text Example


Text Example

White with #5D8872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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