Html Css Color HEX #5D736A Cutty Sark

📋 copy color: '#5D736A'

red 93 ◦ green 115 ◦ blue 106

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

Shades of Cutty Sark #5D736A

Tints of Cutty Sark #5D736A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.62%

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

R = 29.62%
G = 36.62%
B = 33.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#5D736A (or 0x5D736A) is known color: Cutty Sark. HEX triplet: 5D, 73 and 6A. RGB value is (93,115,106). Sum of RGB (Red+Green+Blue) = 93+115+106=314 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.62% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 115 - color contains mainly: green. Hex color #5D736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D736A is #A28C95. Grayscale: #6B6B6B. Windows color (decimal): -10652822 or 6976349. OLE color: 6976349.

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

Color convert

RGB 93 115 106 -
CMYK 0.19 0 0.08 0.55
HSL 155.45º 0.11% 0.41% -
HSV(B) 155.45º 0.19% 0.45% -
XYZ 13.25 15.63 15.95 -
YUV 107.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 93 115 106 0.19 0 0.08 0.55 155.45 0.11 0.41
Hex 5D 73 6A 13 0 8 37 9B B 29
Octal 135 163 152 23 0 10 67 233 13 51
Binary 1011101 1110011 1101010 10011 0 1000 110111 10011011 1011 101001

Color Harmonies of #5D736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D736A

Black with #5D736A

Text Example


Text Example

White with #5D736A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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