Html Css Color HEX #5E716B Cutty Sark

📋 copy color: '#5E716B'

red 94 ◦ green 113 ◦ blue 107

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

Shades of Cutty Sark #5E716B

Tints of Cutty Sark #5E716B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.99%

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

R = 29.94%
G = 35.99%
B = 34.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#5E716B (or 0x5E716B) is known color: Cutty Sark. HEX triplet: 5E, 71 and 6B. RGB value is (94,113,107). Sum of RGB (Red+Green+Blue) = 94+113+107=314 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.94% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 113 - color contains mainly: green. Hex color #5E716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E716B is #A18E94. Grayscale: #6A6A6A. Windows color (decimal): -10587797 or 7041374. OLE color: 7041374.

HSL color Cylindrical-coordinate representation of color #5E716B: hue angle of 161.05º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5E716B is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 113 107 -
CMYK 0.17 0 0.05 0.56
HSL 161.05º 0.09% 0.41% -
HSV(B) 161.05º 0.17% 0.44% -
XYZ 13.18 15.25 16.16 -
YUV 106.64 128.21 118.99 -
System Red Green Blue C M Y K H S L
Decimal 94 113 107 0.17 0 0.05 0.56 161.05 0.09 0.41
Hex 5E 71 6B 11 0 5 38 A1 9 29
Octal 136 161 153 21 0 5 70 241 11 51
Binary 1011110 1110001 1101011 10001 0 101 111000 10100001 1001 101001

Color Harmonies of #5E716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E716B

Black with #5E716B

Text Example


Text Example

White with #5E716B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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