Html Css Color HEX #5E836F Cutty Sark

📋 copy color: '#5E836F'

red 94 ◦ green 131 ◦ blue 111

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

Shades of Cutty Sark #5E836F

Tints of Cutty Sark #5E836F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.99%

 BLUE value IS 111 (43.75% from 255) = 33.04%

R = 27.98%
G = 38.99%
B = 33.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#5E836F (or 0x5E836F) is known color: Cutty Sark. HEX triplet: 5E, 83 and 6F. RGB value is (94,131,111). Sum of RGB (Red+Green+Blue) = 94+131+111=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 131 - color contains mainly: green. Hex color #5E836F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E836F is #A17C90. Grayscale: #757575. Windows color (decimal): -10583185 or 7308126. OLE color: 7308126.

HSL color Cylindrical-coordinate representation of color #5E836F: hue angle of 147.57º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5E836F is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 94 131 111 -
CMYK 0.28 0 0.15 0.49
HSL 147.57º 0.16% 0.44% -
HSV(B) 147.57º 0.28% 0.51% -
XYZ 15.6 19.76 18.03 -
YUV 117.66 124.24 111.13 -
System Red Green Blue C M Y K H S L
Decimal 94 131 111 0.28 0 0.15 0.49 147.57 0.16 0.44
Hex 5E 83 6F 1C 0 F 31 94 10 2C
Octal 136 203 157 34 0 17 61 224 20 54
Binary 1011110 10000011 1101111 11100 0 1111 110001 10010100 10000 101100

Color Harmonies of #5E836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E836F

Black with #5E836F

Text Example


Text Example

White with #5E836F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,131,111); }

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

background-color css

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

 a { background-color: rgb(94,131,111); }

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

border-color css

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

 span { border-color: rgb(94,131,111); }

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