Html Css Color HEX #5D7770 Cutty Sark

📋 copy color: '#5D7770'

red 93 ◦ green 119 ◦ blue 112

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

Shades of Cutty Sark #5D7770

Tints of Cutty Sark #5D7770

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.73%

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

R = 28.7%
G = 36.73%
B = 34.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#5D7770 (or 0x5D7770) is known color: Cutty Sark. HEX triplet: 5D, 77 and 70. RGB value is (93,119,112). Sum of RGB (Red+Green+Blue) = 93+119+112=324 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.70% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 119 - color contains mainly: green. Hex color #5D7770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7770 is #A2888F. Grayscale: #6E6E6E. Windows color (decimal): -10651792 or 7370589. OLE color: 7370589.

HSL color Cylindrical-coordinate representation of color #5D7770: hue angle of 163.85º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5D7770 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 93 119 112 -
CMYK 0.22 0 0.06 0.53
HSL 163.85º 0.12% 0.42% -
HSV(B) 163.85º 0.22% 0.47% -
XYZ 14.04 16.69 17.81 -
YUV 110.43 128.89 115.57 -
System Red Green Blue C M Y K H S L
Decimal 93 119 112 0.22 0 0.06 0.53 163.85 0.12 0.42
Hex 5D 77 70 16 0 6 35 A4 C 2A
Octal 135 167 160 26 0 6 65 244 14 52
Binary 1011101 1110111 1110000 10110 0 110 110101 10100100 1100 101010

Color Harmonies of #5D7770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7770

Black with #5D7770

Text Example


Text Example

White with #5D7770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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