Html Css Color HEX #5B8670 Cutty Sark

📋 copy color: '#5B8670'

red 91 ◦ green 134 ◦ blue 112

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

Shades of Cutty Sark #5B8670

Tints of Cutty Sark #5B8670

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.76%

 BLUE value IS 112 (44.14% from 255) = 33.23%

R = 27%
G = 39.76%
B = 33.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#5B8670 (or 0x5B8670) is known color: Cutty Sark. HEX triplet: 5B, 86 and 70. RGB value is (91,134,112). Sum of RGB (Red+Green+Blue) = 91+134+112=337 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.00% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 134 - color contains mainly: green. Hex color #5B8670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8670 is #A4798F. Grayscale: #767676. Windows color (decimal): -10779024 or 7374427. OLE color: 7374427.

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

Color convert

RGB 91 134 112 -
CMYK 0.32 0 0.16 0.47
HSL 149.3º 0.19% 0.44% -
HSV(B) 149.3º 0.32% 0.53% -
XYZ 15.76 20.44 18.44 -
YUV 118.64 124.25 108.29 -
System Red Green Blue C M Y K H S L
Decimal 91 134 112 0.32 0 0.16 0.47 149.3 0.19 0.44
Hex 5B 86 70 20 0 10 2F 95 13 2C
Octal 133 206 160 40 0 20 57 225 23 54
Binary 1011011 10000110 1110000 100000 0 10000 101111 10010101 10011 101100

Color Harmonies of #5B8670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B8670

Black with #5B8670

Text Example


Text Example

White with #5B8670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,134,112); }

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

background-color css

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

 a { background-color: rgb(91,134,112); }

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

border-color css

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

 span { border-color: rgb(91,134,112); }

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