Html Css Color HEX #5B8377 Cutty Sark

📋 copy color: '#5B8377'

red 91 ◦ green 131 ◦ blue 119

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

Shades of Cutty Sark #5B8377

Tints of Cutty Sark #5B8377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.42%

 BLUE value IS 119 (46.88% from 255) = 34.9%

R = 26.69%
G = 38.42%
B = 34.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#5B8377 (or 0x5B8377) is known color: Cutty Sark. HEX triplet: 5B, 83 and 77. RGB value is (91,131,119). Sum of RGB (Red+Green+Blue) = 91+131+119=341 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.69% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 131 - color contains mainly: green. Hex color #5B8377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8377 is #A47C88. Grayscale: #757575. Windows color (decimal): -10779785 or 7832411. OLE color: 7832411.

HSL color Cylindrical-coordinate representation of color #5B8377: hue angle of 162º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B8377 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 91 131 119 -
CMYK 0.31 0 0.09 0.49
HSL 162º 0.18% 0.44% -
HSV(B) 162º 0.31% 0.51% -
XYZ 15.76 19.79 20.44 -
YUV 117.67 128.75 108.98 -
System Red Green Blue C M Y K H S L
Decimal 91 131 119 0.31 0 0.09 0.49 162 0.18 0.44
Hex 5B 83 77 1F 0 9 31 A2 12 2C
Octal 133 203 167 37 0 11 61 242 22 54
Binary 1011011 10000011 1110111 11111 0 1001 110001 10100010 10010 101100

Color Harmonies of #5B8377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B8377

Black with #5B8377

Text Example


Text Example

White with #5B8377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,131,119); }

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

background-color css

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

 a { background-color: rgb(91,131,119); }

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

border-color css

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

 span { border-color: rgb(91,131,119); }

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