Html Css Color HEX #5D736B Cutty Sark

📋 copy color: '#5D736B'

red 93 ◦ green 115 ◦ blue 107

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

Shades of Cutty Sark #5D736B

Tints of Cutty Sark #5D736B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.97%

R = 29.52%
G = 36.51%
B = 33.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#5D736B (or 0x5D736B) is known color: Cutty Sark. HEX triplet: 5D, 73 and 6B. RGB value is (93,115,107). Sum of RGB (Red+Green+Blue) = 93+115+107=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 115 - color contains mainly: green. Hex color #5D736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D736B is #A28C94. Grayscale: #6B6B6B. Windows color (decimal): -10652821 or 7041885. OLE color: 7041885.

HSL color Cylindrical-coordinate representation of color #5D736B: hue angle of 158.18º 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 #5D736B is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 93 115 107 -
CMYK 0.19 0 0.07 0.55
HSL 158.18º 0.11% 0.41% -
HSV(B) 158.18º 0.19% 0.45% -
XYZ 13.3 15.65 16.23 -
YUV 107.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 93 115 107 0.19 0 0.07 0.55 158.18 0.11 0.41
Hex 5D 73 6B 13 0 7 37 9E B 29
Octal 135 163 153 23 0 7 67 236 13 51
Binary 1011101 1110011 1101011 10011 0 111 110111 10011110 1011 101001

Color Harmonies of #5D736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D736B

Black with #5D736B

Text Example


Text Example

White with #5D736B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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