Html Css Color HEX #5D7D6E Cutty Sark

📋 copy color: '#5D7D6E'

red 93 ◦ green 125 ◦ blue 110

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

Shades of Cutty Sark #5D7D6E

Tints of Cutty Sark #5D7D6E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.11%

 BLUE value IS 110 (43.36% from 255) = 33.54%

R = 28.35%
G = 38.11%
B = 33.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#5D7D6E (or 0x5D7D6E) is known color: Cutty Sark. HEX triplet: 5D, 7D and 6E. RGB value is (93,125,110). Sum of RGB (Red+Green+Blue) = 93+125+110=328 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.35% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 125 - color contains mainly: green. Hex color #5D7D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7D6E is #A28291. Grayscale: #717171. Windows color (decimal): -10650258 or 7241053. OLE color: 7241053.

HSL color Cylindrical-coordinate representation of color #5D7D6E: hue angle of 151.88º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5D7D6E is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 93 125 110 -
CMYK 0.26 0 0.12 0.51
HSL 151.88º 0.15% 0.43% -
HSV(B) 151.88º 0.26% 0.49% -
XYZ 14.66 18.12 17.48 -
YUV 113.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 93 125 110 0.26 0 0.12 0.51 151.88 0.15 0.43
Hex 5D 7D 6E 1A 0 C 33 98 F 2B
Octal 135 175 156 32 0 14 63 230 17 53
Binary 1011101 1111101 1101110 11010 0 1100 110011 10011000 1111 101011

Color Harmonies of #5D7D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7D6E

Black with #5D7D6E

Text Example


Text Example

White with #5D7D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,125,110); }

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

background-color css

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

 a { background-color: rgb(93,125,110); }

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

border-color css

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

 span { border-color: rgb(93,125,110); }

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