Html Css Color HEX #5E716A Cutty Sark

📋 copy color: '#5E716A'

red 94 ◦ green 113 ◦ blue 106

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

Shades of Cutty Sark #5E716A

Tints of Cutty Sark #5E716A

RGB

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

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

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

R = 30.03%
G = 36.1%
B = 33.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#5E716A (or 0x5E716A) is known color: Cutty Sark. HEX triplet: 5E, 71 and 6A. RGB value is (94,113,106). Sum of RGB (Red+Green+Blue) = 94+113+106=313 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.03% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 113 - color contains mainly: green. Hex color #5E716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E716A is #A18E95. Grayscale: #6A6A6A. Windows color (decimal): -10587798 or 6975838. OLE color: 6975838.

HSL color Cylindrical-coordinate representation of color #5E716A: hue angle of 157.89º 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 #5E716A is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 113 106 -
CMYK 0.17 0 0.06 0.56
HSL 157.89º 0.09% 0.41% -
HSV(B) 157.89º 0.17% 0.44% -
XYZ 13.12 15.23 15.88 -
YUV 106.52 127.71 119.07 -
System Red Green Blue C M Y K H S L
Decimal 94 113 106 0.17 0 0.06 0.56 157.89 0.09 0.41
Hex 5E 71 6A 11 0 6 38 9E 9 29
Octal 136 161 152 21 0 6 70 236 11 51
Binary 1011110 1110001 1101010 10001 0 110 111000 10011110 1001 101001

Color Harmonies of #5E716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E716A

Black with #5E716A

Text Example


Text Example

White with #5E716A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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