Html Css Color HEX #5D726A Cutty Sark

📋 copy color: '#5D726A'

red 93 ◦ green 114 ◦ blue 106

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

Shades of Cutty Sark #5D726A

Tints of Cutty Sark #5D726A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.42%

 BLUE value IS 106 (41.8% from 255) = 33.87%

R = 29.71%
G = 36.42%
B = 33.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#5D726A (or 0x5D726A) is known color: Cutty Sark. HEX triplet: 5D, 72 and 6A. RGB value is (93,114,106). Sum of RGB (Red+Green+Blue) = 93+114+106=313 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.71% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 114 - color contains mainly: green. Hex color #5D726A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D726A is #A28D95. Grayscale: #6A6A6A. Windows color (decimal): -10653078 or 6976093. OLE color: 6976093.

HSL color Cylindrical-coordinate representation of color #5D726A: hue angle of 157.14º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5D726A is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 93 114 106 -
CMYK 0.18 0 0.07 0.55
HSL 157.14º 0.1% 0.41% -
HSV(B) 157.14º 0.18% 0.45% -
XYZ 13.13 15.4 15.92 -
YUV 106.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 93 114 106 0.18 0 0.07 0.55 157.14 0.1 0.41
Hex 5D 72 6A 12 0 7 37 9D A 29
Octal 135 162 152 22 0 7 67 235 12 51
Binary 1011101 1110010 1101010 10010 0 111 110111 10011101 1010 101001

Color Harmonies of #5D726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D726A

Black with #5D726A

Text Example


Text Example

White with #5D726A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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