Html Css Color HEX #5B886F Cutty Sark

📋 copy color: '#5B886F'

red 91 ◦ green 136 ◦ blue 111

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

Shades of Cutty Sark #5B886F

Tints of Cutty Sark #5B886F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.24%

 BLUE value IS 111 (43.75% from 255) = 32.84%

R = 26.92%
G = 40.24%
B = 32.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#5B886F (or 0x5B886F) is known color: Cutty Sark. HEX triplet: 5B, 88 and 6F. RGB value is (91,136,111). Sum of RGB (Red+Green+Blue) = 91+136+111=338 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.92% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 136 - color contains mainly: green. Hex color #5B886F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B886F is #A47790. Grayscale: #777777. Windows color (decimal): -10778513 or 7309403. OLE color: 7309403.

HSL color Cylindrical-coordinate representation of color #5B886F: hue angle of 146.67º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B886F is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 91 136 111 -
CMYK 0.33 0 0.18 0.47
HSL 146.67º 0.2% 0.45% -
HSV(B) 146.67º 0.33% 0.53% -
XYZ 15.99 20.98 18.25 -
YUV 119.7 123.09 107.53 -
System Red Green Blue C M Y K H S L
Decimal 91 136 111 0.33 0 0.18 0.47 146.67 0.2 0.45
Hex 5B 88 6F 21 0 12 2F 93 14 2D
Octal 133 210 157 41 0 22 57 223 24 55
Binary 1011011 10001000 1101111 100001 0 10010 101111 10010011 10100 101101

Color Harmonies of #5B886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B886F

Black with #5B886F

Text Example


Text Example

White with #5B886F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,136,111); }

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

background-color css

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

 a { background-color: rgb(91,136,111); }

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

border-color css

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

 span { border-color: rgb(91,136,111); }

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