Html Css Color HEX #5E736B Cutty Sark

📋 copy color: '#5E736B'

red 94 ◦ green 115 ◦ blue 107

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

Shades of Cutty Sark #5E736B

Tints of Cutty Sark #5E736B

RGB

 RED value IS 94 (37.11% from 255) = 29.75%

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

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

R = 29.75%
G = 36.39%
B = 33.86%

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

#5E736B (or 0x5E736B) is known color: Cutty Sark. HEX triplet: 5E, 73 and 6B. RGB value is (94,115,107). Sum of RGB (Red+Green+Blue) = 94+115+107=316 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.75% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 115 - color contains mainly: green. Hex color #5E736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E736B is #A18C94. Grayscale: #6B6B6B. Windows color (decimal): -10587285 or 7041886. OLE color: 7041886.

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

Color convert

RGB 94 115 107 -
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.4 15.7 16.23 -
YUV 107.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 94 115 107 0.18 0 0.07 0.55 157.14 0.1 0.41
Hex 5E 73 6B 12 0 7 37 9D A 29
Octal 136 163 153 22 0 7 67 235 12 51
Binary 1011110 1110011 1101011 10010 0 111 110111 10011101 1010 101001

Color Harmonies of #5E736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E736B

Black with #5E736B

Text Example


Text Example

White with #5E736B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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