Html Css Color HEX #5E8776 Cutty Sark

📋 copy color: '#5E8776'

red 94 ◦ green 135 ◦ blue 118

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

Shades of Cutty Sark #5E8776

Tints of Cutty Sark #5E8776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.01%

R = 27.09%
G = 38.9%
B = 34.01%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#5E8776 (or 0x5E8776) is known color: Cutty Sark. HEX triplet: 5E, 87 and 76. RGB value is (94,135,118). Sum of RGB (Red+Green+Blue) = 94+135+118=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 135 - color contains mainly: green. Hex color #5E8776 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8776 is #A17889. Grayscale: #787878. Windows color (decimal): -10582154 or 7767902. OLE color: 7767902.

HSL color Cylindrical-coordinate representation of color #5E8776: hue angle of 155.12º 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 #5E8776 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 94 135 118 -
CMYK 0.30 0 0.13 0.47
HSL 155.12º 0.18% 0.45% -
HSV(B) 155.12º 0.3% 0.53% -
XYZ 16.55 21.02 20.32 -
YUV 120.8 126.42 108.88 -
System Red Green Blue C M Y K H S L
Decimal 94 135 118 0.30 0 0.13 0.47 155.12 0.18 0.45
Hex 5E 87 76 1E 0 D 2F 9B 12 2D
Octal 136 207 166 36 0 15 57 233 22 55
Binary 1011110 10000111 1110110 11110 0 1101 101111 10011011 10010 101101

Color Harmonies of #5E8776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8776

Black with #5E8776

Text Example


Text Example

White with #5E8776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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