Html Css Color HEX #5B7369 Cutty Sark

📋 copy color: '#5B7369'

red 91 ◦ green 115 ◦ blue 105

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

Shades of Cutty Sark #5B7369

Tints of Cutty Sark #5B7369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.76%

R = 29.26%
G = 36.98%
B = 33.76%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#5B7369 (or 0x5B7369) is known color: Cutty Sark. HEX triplet: 5B, 73 and 69. RGB value is (91,115,105). Sum of RGB (Red+Green+Blue) = 91+115+105=311 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.26% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 115 - color contains mainly: green. Hex color #5B7369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7369 is #A48C96. Grayscale: #6A6A6A. Windows color (decimal): -10783895 or 6910811. OLE color: 6910811.

HSL color Cylindrical-coordinate representation of color #5B7369: hue angle of 155º 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 #5B7369 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 115 105 -
CMYK 0.21 0 0.09 0.55
HSL 155º 0.12% 0.4% -
HSV(B) 155º 0.21% 0.45% -
XYZ 12.99 15.51 15.67 -
YUV 106.68 127.05 116.81 -
System Red Green Blue C M Y K H S L
Decimal 91 115 105 0.21 0 0.09 0.55 155 0.12 0.4
Hex 5B 73 69 15 0 9 37 9B C 28
Octal 133 163 151 25 0 11 67 233 14 50
Binary 1011011 1110011 1101001 10101 0 1001 110111 10011011 1100 101000

Color Harmonies of #5B7369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7369

Black with #5B7369

Text Example


Text Example

White with #5B7369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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