Html Css Color HEX #5B766C Cutty Sark

📋 copy color: '#5B766C'

red 91 ◦ green 118 ◦ blue 108

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

Shades of Cutty Sark #5B766C

Tints of Cutty Sark #5B766C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.22%

 BLUE value IS 108 (42.58% from 255) = 34.07%

R = 28.71%
G = 37.22%
B = 34.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#5B766C (or 0x5B766C) is known color: Cutty Sark. HEX triplet: 5B, 76 and 6C. RGB value is (91,118,108). Sum of RGB (Red+Green+Blue) = 91+118+108=317 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.71% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 118 - color contains mainly: green. Hex color #5B766C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B766C is #A48993. Grayscale: #6C6C6C. Windows color (decimal): -10783124 or 7108187. OLE color: 7108187.

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

Color convert

RGB 91 118 108 -
CMYK 0.23 0 0.08 0.54
HSL 157.78º 0.13% 0.41% -
HSV(B) 157.78º 0.23% 0.46% -
XYZ 13.5 16.26 16.62 -
YUV 108.79 127.55 115.31 -
System Red Green Blue C M Y K H S L
Decimal 91 118 108 0.23 0 0.08 0.54 157.78 0.13 0.41
Hex 5B 76 6C 17 0 8 36 9E D 29
Octal 133 166 154 27 0 10 66 236 15 51
Binary 1011011 1110110 1101100 10111 0 1000 110110 10011110 1101 101001

Color Harmonies of #5B766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B766C

Black with #5B766C

Text Example


Text Example

White with #5B766C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,118,108); }

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

background-color css

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

 a { background-color: rgb(91,118,108); }

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

border-color css

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

 span { border-color: rgb(91,118,108); }

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