Html Css Color HEX #5E8875 Cutty Sark

📋 copy color: '#5E8875'

red 94 ◦ green 136 ◦ blue 117

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

Shades of Cutty Sark #5E8875

Tints of Cutty Sark #5E8875

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.19%

 BLUE value IS 117 (46.09% from 255) = 33.72%

R = 27.09%
G = 39.19%
B = 33.72%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#5E8875 (or 0x5E8875) is known color: Cutty Sark. HEX triplet: 5E, 88 and 75. RGB value is (94,136,117). Sum of RGB (Red+Green+Blue) = 94+136+117=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #5E8875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8875 is #A1778A. Grayscale: #797979. Windows color (decimal): -10581899 or 7702622. OLE color: 7702622.

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

Color convert

RGB 94 136 117 -
CMYK 0.31 0 0.14 0.47
HSL 152.86º 0.18% 0.45% -
HSV(B) 152.86º 0.31% 0.53% -
XYZ 16.63 21.27 20.06 -
YUV 121.28 125.59 108.54 -
System Red Green Blue C M Y K H S L
Decimal 94 136 117 0.31 0 0.14 0.47 152.86 0.18 0.45
Hex 5E 88 75 1F 0 E 2F 99 12 2D
Octal 136 210 165 37 0 16 57 231 22 55
Binary 1011110 10001000 1110101 11111 0 1110 101111 10011001 10010 101101

Color Harmonies of #5E8875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8875

Black with #5E8875

Text Example


Text Example

White with #5E8875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,136,117); }

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

background-color css

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

 a { background-color: rgb(94,136,117); }

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

border-color css

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

 span { border-color: rgb(94,136,117); }

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