Html Css Color HEX #5B776D Cutty Sark

📋 copy color: '#5B776D'

red 91 ◦ green 119 ◦ blue 109

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

Shades of Cutty Sark #5B776D

Tints of Cutty Sark #5B776D

RGB

 RED value IS 91 (35.94% from 255) = 28.53%

 GREEN value IS 119 (46.88% from 255) = 37.3%

 BLUE value IS 109 (42.97% from 255) = 34.17%

R = 28.53%
G = 37.3%
B = 34.17%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#5B776D (or 0x5B776D) is known color: Cutty Sark. HEX triplet: 5B, 77 and 6D. RGB value is (91,119,109). Sum of RGB (Red+Green+Blue) = 91+119+109=319 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.53% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 119 - color contains mainly: green. Hex color #5B776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B776D is #A48892. Grayscale: #6D6D6D. Windows color (decimal): -10782867 or 7173979. OLE color: 7173979.

HSL color Cylindrical-coordinate representation of color #5B776D: hue angle of 158.57º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B776D is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 91 119 109 -
CMYK 0.24 0 0.08 0.53
HSL 158.57º 0.13% 0.41% -
HSV(B) 158.57º 0.24% 0.47% -
XYZ 13.67 16.52 16.94 -
YUV 109.49 127.72 114.81 -
System Red Green Blue C M Y K H S L
Decimal 91 119 109 0.24 0 0.08 0.53 158.57 0.13 0.41
Hex 5B 77 6D 18 0 8 35 9F D 29
Octal 133 167 155 30 0 10 65 237 15 51
Binary 1011011 1110111 1101101 11000 0 1000 110101 10011111 1101 101001

Color Harmonies of #5B776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B776D

Black with #5B776D

Text Example


Text Example

White with #5B776D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,119,109); }

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

background-color css

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

 a { background-color: rgb(91,119,109); }

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

border-color css

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

 span { border-color: rgb(91,119,109); }

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