Html Css Color HEX #5B8571 Cutty Sark

📋 copy color: '#5B8571'

red 91 ◦ green 133 ◦ blue 113

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

Shades of Cutty Sark #5B8571

Tints of Cutty Sark #5B8571

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.47%

 BLUE value IS 113 (44.53% from 255) = 33.53%

R = 27%
G = 39.47%
B = 33.53%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#5B8571 (or 0x5B8571) is known color: Cutty Sark. HEX triplet: 5B, 85 and 71. RGB value is (91,133,113). Sum of RGB (Red+Green+Blue) = 91+133+113=337 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.00% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 133 - color contains mainly: green. Hex color #5B8571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8571 is #A47A8E. Grayscale: #767676. Windows color (decimal): -10779279 or 7439707. OLE color: 7439707.

HSL color Cylindrical-coordinate representation of color #5B8571: hue angle of 151.43º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B8571 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 91 133 113 -
CMYK 0.32 0 0.15 0.48
HSL 151.43º 0.19% 0.44% -
HSV(B) 151.43º 0.32% 0.52% -
XYZ 15.68 20.19 18.69 -
YUV 118.16 125.09 108.63 -
System Red Green Blue C M Y K H S L
Decimal 91 133 113 0.32 0 0.15 0.48 151.43 0.19 0.44
Hex 5B 85 71 20 0 F 30 97 13 2C
Octal 133 205 161 40 0 17 60 227 23 54
Binary 1011011 10000101 1110001 100000 0 1111 110000 10010111 10011 101100

Color Harmonies of #5B8571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B8571

Black with #5B8571

Text Example


Text Example

White with #5B8571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,133,113); }

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

background-color css

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

 a { background-color: rgb(91,133,113); }

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

border-color css

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

 span { border-color: rgb(91,133,113); }

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