Html Css Color HEX #5B8E6E Cutty Sark

📋 copy color: '#5B8E6E'

red 91 ◦ green 142 ◦ blue 110

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

Shades of Cutty Sark #5B8E6E

Tints of Cutty Sark #5B8E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.07%

R = 26.53%
G = 41.4%
B = 32.07%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#5B8E6E (or 0x5B8E6E) is known color: Cutty Sark. HEX triplet: 5B, 8E and 6E. RGB value is (91,142,110). Sum of RGB (Red+Green+Blue) = 91+142+110=343 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.53% from 343); Green value is 142 (55.86% from 255 or 41.40% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 142 - color contains mainly: green. Hex color #5B8E6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8E6E is #A47191. Grayscale: #7B7B7B. Windows color (decimal): -10776978 or 7245403. OLE color: 7245403.

HSL color Cylindrical-coordinate representation of color #5B8E6E: hue angle of 142.35º 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 #5B8E6E is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 91 142 110 -
CMYK 0.36 0 0.23 0.44
HSL 142.35º 0.22% 0.46% -
HSV(B) 142.35º 0.36% 0.56% -
XYZ 16.8 22.7 18.25 -
YUV 123.1 120.6 105.1 -
System Red Green Blue C M Y K H S L
Decimal 91 142 110 0.36 0 0.23 0.44 142.35 0.22 0.46
Hex 5B 8E 6E 24 0 17 2C 8E 16 2E
Octal 133 216 156 44 0 27 54 216 26 56
Binary 1011011 10001110 1101110 100100 0 10111 101100 10001110 10110 101110

Color Harmonies of #5B8E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B8E6E

Black with #5B8E6E

Text Example


Text Example

White with #5B8E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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