Html Css Color HEX #5B756C Cutty Sark

📋 copy color: '#5B756C'

red 91 ◦ green 117 ◦ blue 108

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

Shades of Cutty Sark #5B756C

Tints of Cutty Sark #5B756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.03%

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

R = 28.8%
G = 37.03%
B = 34.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#5B756C (or 0x5B756C) is known color: Cutty Sark. HEX triplet: 5B, 75 and 6C. RGB value is (91,117,108). Sum of RGB (Red+Green+Blue) = 91+117+108=316 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.80% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 117 - color contains mainly: green. Hex color #5B756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B756C is #A48A93. Grayscale: #6C6C6C. Windows color (decimal): -10783380 or 7107931. OLE color: 7107931.

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

Color convert

RGB 91 117 108 -
CMYK 0.22 0 0.08 0.54
HSL 159.23º 0.13% 0.41% -
HSV(B) 159.23º 0.22% 0.46% -
XYZ 13.38 16.03 16.58 -
YUV 108.2 127.89 115.73 -
System Red Green Blue C M Y K H S L
Decimal 91 117 108 0.22 0 0.08 0.54 159.23 0.13 0.41
Hex 5B 75 6C 16 0 8 36 9F C 29
Octal 133 165 154 26 0 10 66 237 14 51
Binary 1011011 1110101 1101100 10110 0 1000 110110 10011111 1100 101001

Color Harmonies of #5B756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B756C

Black with #5B756C

Text Example


Text Example

White with #5B756C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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