Html Css Color HEX #5D8070 Cutty Sark

📋 copy color: '#5D8070'

red 93 ◦ green 128 ◦ blue 112

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

Shades of Cutty Sark #5D8070

Tints of Cutty Sark #5D8070

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.44%

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

R = 27.93%
G = 38.44%
B = 33.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#5D8070 (or 0x5D8070) is known color: Cutty Sark. HEX triplet: 5D, 80 and 70. RGB value is (93,128,112). Sum of RGB (Red+Green+Blue) = 93+128+112=333 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.93% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 128 - color contains mainly: green. Hex color #5D8070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8070 is #A27F8F. Grayscale: #737373. Windows color (decimal): -10649488 or 7372893. OLE color: 7372893.

HSL color Cylindrical-coordinate representation of color #5D8070: hue angle of 152.57º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5D8070 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 93 128 112 -
CMYK 0.27 0 0.12 0.50
HSL 152.57º 0.16% 0.43% -
HSV(B) 152.57º 0.27% 0.5% -
XYZ 15.16 18.94 18.19 -
YUV 115.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 93 128 112 0.27 0 0.12 0.50 152.57 0.16 0.43
Hex 5D 80 70 1B 0 C 32 99 10 2B
Octal 135 200 160 33 0 14 62 231 20 53
Binary 1011101 10000000 1110000 11011 0 1100 110010 10011001 10000 101011

Color Harmonies of #5D8070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8070

Black with #5D8070

Text Example


Text Example

White with #5D8070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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