Html Css Color HEX #5B736B Cutty Sark

📋 copy color: '#5B736B'

red 91 ◦ green 115 ◦ blue 107

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

Shades of Cutty Sark #5B736B

Tints of Cutty Sark #5B736B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.74%

 BLUE value IS 107 (42.19% from 255) = 34.19%

R = 29.07%
G = 36.74%
B = 34.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#5B736B (or 0x5B736B) is known color: Cutty Sark. HEX triplet: 5B, 73 and 6B. RGB value is (91,115,107). Sum of RGB (Red+Green+Blue) = 91+115+107=313 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.07% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 115 - color contains mainly: green. Hex color #5B736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B736B is #A48C94. Grayscale: #6A6A6A. Windows color (decimal): -10783893 or 7041883. OLE color: 7041883.

HSL color Cylindrical-coordinate representation of color #5B736B: hue angle of 160º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B736B is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 115 107 -
CMYK 0.21 0 0.07 0.55
HSL 160º 0.12% 0.4% -
HSV(B) 160º 0.21% 0.45% -
XYZ 13.1 15.55 16.22 -
YUV 106.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 91 115 107 0.21 0 0.07 0.55 160 0.12 0.4
Hex 5B 73 6B 15 0 7 37 A0 C 28
Octal 133 163 153 25 0 7 67 240 14 50
Binary 1011011 1110011 1101011 10101 0 111 110111 10100000 1100 101000

Color Harmonies of #5B736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B736B

Black with #5B736B

Text Example


Text Example

White with #5B736B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,115,107); }

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

background-color css

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

 a { background-color: rgb(91,115,107); }

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

border-color css

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

 span { border-color: rgb(91,115,107); }

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