Html Css Color HEX #5B796D Cutty Sark

📋 copy color: '#5B796D'

red 91 ◦ green 121 ◦ blue 109

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

Shades of Cutty Sark #5B796D

Tints of Cutty Sark #5B796D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.69%

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

R = 28.35%
G = 37.69%
B = 33.96%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#5B796D (or 0x5B796D) is known color: Cutty Sark. HEX triplet: 5B, 79 and 6D. RGB value is (91,121,109). Sum of RGB (Red+Green+Blue) = 91+121+109=321 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.35% from 321); Green value is 121 (47.66% from 255 or 37.69% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 121 - color contains mainly: green. Hex color #5B796D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B796D is #A48692. Grayscale: #6E6E6E. Windows color (decimal): -10782355 or 7174491. OLE color: 7174491.

HSL color Cylindrical-coordinate representation of color #5B796D: hue angle of 156º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B796D is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 91 121 109 -
CMYK 0.25 0 0.10 0.53
HSL 156º 0.14% 0.42% -
HSV(B) 156º 0.25% 0.47% -
XYZ 13.91 17 17.02 -
YUV 110.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 91 121 109 0.25 0 0.10 0.53 156 0.14 0.42
Hex 5B 79 6D 19 0 A 35 9C E 2A
Octal 133 171 155 31 0 12 65 234 16 52
Binary 1011011 1111001 1101101 11001 0 1010 110101 10011100 1110 101010

Color Harmonies of #5B796D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B796D

Black with #5B796D

Text Example


Text Example

White with #5B796D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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