Html Css Color HEX #5B726A Cutty Sark

📋 copy color: '#5B726A'

red 91 ◦ green 114 ◦ blue 106

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

Shades of Cutty Sark #5B726A

Tints of Cutty Sark #5B726A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.66%

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

R = 29.26%
G = 36.66%
B = 34.08%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#5B726A (or 0x5B726A) is known color: Cutty Sark. HEX triplet: 5B, 72 and 6A. RGB value is (91,114,106). Sum of RGB (Red+Green+Blue) = 91+114+106=311 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.26% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 114 - color contains mainly: green. Hex color #5B726A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B726A is #A48D95. Grayscale: #6A6A6A. Windows color (decimal): -10784150 or 6976091. OLE color: 6976091.

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

Color convert

RGB 91 114 106 -
CMYK 0.20 0 0.07 0.55
HSL 159.13º 0.11% 0.4% -
HSV(B) 159.13º 0.2% 0.45% -
XYZ 12.93 15.3 15.91 -
YUV 106.21 127.88 117.15 -
System Red Green Blue C M Y K H S L
Decimal 91 114 106 0.20 0 0.07 0.55 159.13 0.11 0.4
Hex 5B 72 6A 14 0 7 37 9F B 28
Octal 133 162 152 24 0 7 67 237 13 50
Binary 1011011 1110010 1101010 10100 0 111 110111 10011111 1011 101000

Color Harmonies of #5B726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B726A

Black with #5B726A

Text Example


Text Example

White with #5B726A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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