Html Css Color HEX #5B8071 Cutty Sark

📋 copy color: '#5B8071'

red 91 ◦ green 128 ◦ blue 113

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

Shades of Cutty Sark #5B8071

Tints of Cutty Sark #5B8071

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.55%

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

R = 27.41%
G = 38.55%
B = 34.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#5B8071 (or 0x5B8071) is known color: Cutty Sark. HEX triplet: 5B, 80 and 71. RGB value is (91,128,113). Sum of RGB (Red+Green+Blue) = 91+128+113=332 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.41% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 128 - color contains mainly: green. Hex color #5B8071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8071 is #A47F8E. Grayscale: #737373. Windows color (decimal): -10780559 or 7438427. OLE color: 7438427.

HSL color Cylindrical-coordinate representation of color #5B8071: hue angle of 155.68º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5B8071 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 91 128 113 -
CMYK 0.29 0 0.12 0.50
HSL 155.68º 0.17% 0.43% -
HSV(B) 155.68º 0.29% 0.5% -
XYZ 15.01 18.85 18.47 -
YUV 115.23 126.74 110.72 -
System Red Green Blue C M Y K H S L
Decimal 91 128 113 0.29 0 0.12 0.50 155.68 0.17 0.43
Hex 5B 80 71 1D 0 C 32 9C 11 2B
Octal 133 200 161 35 0 14 62 234 21 53
Binary 1011011 10000000 1110001 11101 0 1100 110010 10011100 10001 101011

Color Harmonies of #5B8071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B8071

Black with #5B8071

Text Example


Text Example

White with #5B8071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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