Html Css Color HEX #5B736A Cutty Sark

📋 copy color: '#5B736A'

red 91 ◦ green 115 ◦ blue 106

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

Shades of Cutty Sark #5B736A

Tints of Cutty Sark #5B736A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.97%

R = 29.17%
G = 36.86%
B = 33.97%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#5B736A (or 0x5B736A) is known color: Cutty Sark. HEX triplet: 5B, 73 and 6A. RGB value is (91,115,106). Sum of RGB (Red+Green+Blue) = 91+115+106=312 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.17% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 115 - color contains mainly: green. Hex color #5B736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B736A is #A48C95. Grayscale: #6A6A6A. Windows color (decimal): -10783894 or 6976347. OLE color: 6976347.

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

Color convert

RGB 91 115 106 -
CMYK 0.21 0 0.08 0.55
HSL 157.5º 0.12% 0.4% -
HSV(B) 157.5º 0.21% 0.45% -
XYZ 13.05 15.53 15.94 -
YUV 106.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 91 115 106 0.21 0 0.08 0.55 157.5 0.12 0.4
Hex 5B 73 6A 15 0 8 37 9E C 28
Octal 133 163 152 25 0 10 67 236 14 50
Binary 1011011 1110011 1101010 10101 0 1000 110111 10011110 1100 101000

Color Harmonies of #5B736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B736A

Black with #5B736A

Text Example


Text Example

White with #5B736A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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