Html Css Color HEX #5E877A Cutty Sark

📋 copy color: '#5E877A'

red 94 ◦ green 135 ◦ blue 122

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

Shades of Cutty Sark #5E877A

Tints of Cutty Sark #5E877A

RGB

 RED value IS 94 (37.11% from 255) = 26.78%

 GREEN value IS 135 (53.13% from 255) = 38.46%

 BLUE value IS 122 (48.05% from 255) = 34.76%

R = 26.78%
G = 38.46%
B = 34.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#5E877A (or 0x5E877A) is known color: Cutty Sark. HEX triplet: 5E, 87 and 7A. RGB value is (94,135,122). Sum of RGB (Red+Green+Blue) = 94+135+122=351 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.78% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 135 - color contains mainly: green. Hex color #5E877A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E877A is #A17885. Grayscale: #797979. Windows color (decimal): -10582150 or 8030046. OLE color: 8030046.

HSL color Cylindrical-coordinate representation of color #5E877A: hue angle of 160.98º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E877A is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 94 135 122 -
CMYK 0.30 0 0.10 0.47
HSL 160.98º 0.18% 0.45% -
HSV(B) 160.98º 0.3% 0.53% -
XYZ 16.79 21.11 21.6 -
YUV 121.26 128.42 108.56 -
System Red Green Blue C M Y K H S L
Decimal 94 135 122 0.30 0 0.10 0.47 160.98 0.18 0.45
Hex 5E 87 7A 1E 0 A 2F A1 12 2D
Octal 136 207 172 36 0 12 57 241 22 55
Binary 1011110 10000111 1111010 11110 0 1010 101111 10100001 10010 101101

Color Harmonies of #5E877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E877A

Black with #5E877A

Text Example


Text Example

White with #5E877A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,135,122); }

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

background-color css

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

 a { background-color: rgb(94,135,122); }

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

border-color css

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

 span { border-color: rgb(94,135,122); }

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