Html Css Color HEX #5D836F Cutty Sark

📋 copy color: '#5D836F'

red 93 ◦ green 131 ◦ blue 111

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

Shades of Cutty Sark #5D836F

Tints of Cutty Sark #5D836F

RGB

 RED value IS 93 (36.72% from 255) = 27.76%

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

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

R = 27.76%
G = 39.1%
B = 33.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#5D836F (or 0x5D836F) is known color: Cutty Sark. HEX triplet: 5D, 83 and 6F. RGB value is (93,131,111). Sum of RGB (Red+Green+Blue) = 93+131+111=335 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.76% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 131 - color contains mainly: green. Hex color #5D836F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D836F is #A27C90. Grayscale: #757575. Windows color (decimal): -10648721 or 7308125. OLE color: 7308125.

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

Color convert

RGB 93 131 111 -
CMYK 0.29 0 0.15 0.49
HSL 148.42º 0.17% 0.44% -
HSV(B) 148.42º 0.29% 0.51% -
XYZ 15.5 19.71 18.03 -
YUV 117.36 124.41 110.63 -
System Red Green Blue C M Y K H S L
Decimal 93 131 111 0.29 0 0.15 0.49 148.42 0.17 0.44
Hex 5D 83 6F 1D 0 F 31 94 11 2C
Octal 135 203 157 35 0 17 61 224 21 54
Binary 1011101 10000011 1101111 11101 0 1111 110001 10010100 10001 101100

Color Harmonies of #5D836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D836F

Black with #5D836F

Text Example


Text Example

White with #5D836F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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