Html Css Color HEX #538D6D Cutty Sark

📋 copy color: '#538D6D'

red 83 ◦ green 141 ◦ blue 109

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

Shades of Cutty Sark #538D6D

Tints of Cutty Sark #538D6D

RGB

 RED value IS 83 (32.81% from 255) = 24.92%

 GREEN value IS 141 (55.47% from 255) = 42.34%

 BLUE value IS 109 (42.97% from 255) = 32.73%

R = 24.92%
G = 42.34%
B = 32.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#538D6D (or 0x538D6D) is known color: Cutty Sark. HEX triplet: 53, 8D and 6D. RGB value is (83,141,109). Sum of RGB (Red+Green+Blue) = 83+141+109=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 141 - color contains mainly: green. Hex color #538D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538D6D is #AC7292. Grayscale: #787878. Windows color (decimal): -11301523 or 7179603. OLE color: 7179603.

HSL color Cylindrical-coordinate representation of color #538D6D: hue angle of 146.9º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #538D6D is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 141 109 -
CMYK 0.41 0 0.23 0.45
HSL 146.9º 0.26% 0.44% -
HSV(B) 146.9º 0.41% 0.55% -
XYZ 15.85 21.99 17.88 -
YUV 120.01 121.78 101.6 -
System Red Green Blue C M Y K H S L
Decimal 83 141 109 0.41 0 0.23 0.45 146.9 0.26 0.44
Hex 53 8D 6D 29 0 17 2D 93 1A 2C
Octal 123 215 155 51 0 27 55 223 32 54
Binary 1010011 10001101 1101101 101001 0 10111 101101 10010011 11010 101100

Color Harmonies of #538D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538D6D

Black with #538D6D

Text Example


Text Example

White with #538D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538D6D; }

 p { color: rgb(83,141,109); }

 H1.HeaderClassName
 {
   color: #538D6D;
 }
 .AnyTagClassName
 {
   color: #538D6D;
 }
</style>

background-color css

<style>
 a { background-color: #538D6D; }

 a { background-color: rgb(83,141,109); }

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

border-color css

<style>
 span { border-color: #538D6D; }

 span { border-color: rgb(83,141,109); }

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