Html Css Color HEX #5E756B Cutty Sark

📋 copy color: '#5E756B'

red 94 ◦ green 117 ◦ blue 107

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

Shades of Cutty Sark #5E756B

Tints of Cutty Sark #5E756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.79%

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

R = 29.56%
G = 36.79%
B = 33.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#5E756B (or 0x5E756B) is known color: Cutty Sark. HEX triplet: 5E, 75 and 6B. RGB value is (94,117,107). Sum of RGB (Red+Green+Blue) = 94+117+107=318 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.56% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 117 - color contains mainly: green. Hex color #5E756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E756B is #A18A94. Grayscale: #6D6D6D. Windows color (decimal): -10586773 or 7042398. OLE color: 7042398.

HSL color Cylindrical-coordinate representation of color #5E756B: hue angle of 153.91º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5E756B is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 117 107 -
CMYK 0.20 0 0.09 0.54
HSL 153.91º 0.11% 0.41% -
HSV(B) 153.91º 0.2% 0.46% -
XYZ 13.63 16.16 16.31 -
YUV 108.98 126.88 117.31 -
System Red Green Blue C M Y K H S L
Decimal 94 117 107 0.20 0 0.09 0.54 153.91 0.11 0.41
Hex 5E 75 6B 14 0 9 36 9A B 29
Octal 136 165 153 24 0 11 66 232 13 51
Binary 1011110 1110101 1101011 10100 0 1001 110110 10011010 1011 101001

Color Harmonies of #5E756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E756B

Black with #5E756B

Text Example


Text Example

White with #5E756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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