Html Css Color HEX #5B8E74 Cutty Sark

📋 copy color: '#5B8E74'

red 91 ◦ green 142 ◦ blue 116

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

Shades of Cutty Sark #5B8E74

Tints of Cutty Sark #5B8E74

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.69%

 BLUE value IS 116 (45.7% from 255) = 33.24%

R = 26.07%
G = 40.69%
B = 33.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#5B8E74 (or 0x5B8E74) is known color: Cutty Sark. HEX triplet: 5B, 8E and 74. RGB value is (91,142,116). Sum of RGB (Red+Green+Blue) = 91+142+116=349 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.07% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 142 - color contains mainly: green. Hex color #5B8E74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8E74 is #A4718B. Grayscale: #7B7B7B. Windows color (decimal): -10776972 or 7638619. OLE color: 7638619.

HSL color Cylindrical-coordinate representation of color #5B8E74: hue angle of 149.41º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5B8E74 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 91 142 116 -
CMYK 0.36 0 0.18 0.44
HSL 149.41º 0.22% 0.46% -
HSV(B) 149.41º 0.36% 0.56% -
XYZ 17.14 22.83 20.03 -
YUV 123.79 123.6 104.61 -
System Red Green Blue C M Y K H S L
Decimal 91 142 116 0.36 0 0.18 0.44 149.41 0.22 0.46
Hex 5B 8E 74 24 0 12 2C 95 16 2E
Octal 133 216 164 44 0 22 54 225 26 56
Binary 1011011 10001110 1110100 100100 0 10010 101100 10010101 10110 101110

Color Harmonies of #5B8E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B8E74

Black with #5B8E74

Text Example


Text Example

White with #5B8E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,142,116); }

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

background-color css

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

 a { background-color: rgb(91,142,116); }

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

border-color css

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

 span { border-color: rgb(91,142,116); }

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