Html Css Color HEX #5B756A Cutty Sark

📋 copy color: '#5B756A'

red 91 ◦ green 117 ◦ blue 106

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

Shades of Cutty Sark #5B756A

Tints of Cutty Sark #5B756A

RGB

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

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

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

R = 28.98%
G = 37.26%
B = 33.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#5B756A (or 0x5B756A) is known color: Cutty Sark. HEX triplet: 5B, 75 and 6A. RGB value is (91,117,106). Sum of RGB (Red+Green+Blue) = 91+117+106=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 117 - color contains mainly: green. Hex color #5B756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B756A is #A48A95. Grayscale: #6B6B6B. Windows color (decimal): -10783382 or 6976859. OLE color: 6976859.

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

Color convert

RGB 91 117 106 -
CMYK 0.22 0 0.09 0.54
HSL 154.62º 0.13% 0.41% -
HSV(B) 154.62º 0.22% 0.46% -
XYZ 13.28 15.99 16.02 -
YUV 107.97 126.89 115.89 -
System Red Green Blue C M Y K H S L
Decimal 91 117 106 0.22 0 0.09 0.54 154.62 0.13 0.41
Hex 5B 75 6A 16 0 9 36 9B C 29
Octal 133 165 152 26 0 11 66 233 14 51
Binary 1011011 1110101 1101010 10110 0 1001 110110 10011011 1100 101001

Color Harmonies of #5B756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B756A

Black with #5B756A

Text Example


Text Example

White with #5B756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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