Html Css Color HEX #5D8870 Cutty Sark

📋 copy color: '#5D8870'

red 93 ◦ green 136 ◦ blue 112

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

Shades of Cutty Sark #5D8870

Tints of Cutty Sark #5D8870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.84%

R = 27.27%
G = 39.88%
B = 32.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#5D8870 (or 0x5D8870) is known color: Cutty Sark. HEX triplet: 5D, 88 and 70. RGB value is (93,136,112). Sum of RGB (Red+Green+Blue) = 93+136+112=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 136 - color contains mainly: green. Hex color #5D8870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8870 is #A2778F. Grayscale: #787878. Windows color (decimal): -10647440 or 7374941. OLE color: 7374941.

HSL color Cylindrical-coordinate representation of color #5D8870: hue angle of 146.51º 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 #5D8870 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 93 136 112 -
CMYK 0.32 0 0.18 0.47
HSL 146.51º 0.19% 0.45% -
HSV(B) 146.51º 0.32% 0.53% -
XYZ 16.24 21.11 18.55 -
YUV 120.41 123.25 108.45 -
System Red Green Blue C M Y K H S L
Decimal 93 136 112 0.32 0 0.18 0.47 146.51 0.19 0.45
Hex 5D 88 70 20 0 12 2F 93 13 2D
Octal 135 210 160 40 0 22 57 223 23 55
Binary 1011101 10001000 1110000 100000 0 10010 101111 10010011 10011 101101

Color Harmonies of #5D8870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8870

Black with #5D8870

Text Example


Text Example

White with #5D8870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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