Html Css Color HEX #538C6D Cutty Sark

📋 copy color: '#538C6D'

red 83 ◦ green 140 ◦ blue 109

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

Shades of Cutty Sark #538C6D

Tints of Cutty Sark #538C6D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.17%

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

R = 25%
G = 42.17%
B = 32.83%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#538C6D (or 0x538C6D) is known color: Cutty Sark. HEX triplet: 53, 8C and 6D. RGB value is (83,140,109). Sum of RGB (Red+Green+Blue) = 83+140+109=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 140 - color contains mainly: green. Hex color #538C6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538C6D is #AC7392. Grayscale: #777777. Windows color (decimal): -11301779 or 7179347. OLE color: 7179347.

HSL color Cylindrical-coordinate representation of color #538C6D: hue angle of 147.37º 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 #538C6D is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 140 109 -
CMYK 0.41 0 0.22 0.45
HSL 147.37º 0.26% 0.44% -
HSV(B) 147.37º 0.41% 0.55% -
XYZ 15.71 21.7 17.83 -
YUV 119.42 122.12 102.02 -
System Red Green Blue C M Y K H S L
Decimal 83 140 109 0.41 0 0.22 0.45 147.37 0.26 0.44
Hex 53 8C 6D 29 0 16 2D 93 1A 2C
Octal 123 214 155 51 0 26 55 223 32 54
Binary 1010011 10001100 1101101 101001 0 10110 101101 10010011 11010 101100

Color Harmonies of #538C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538C6D

Black with #538C6D

Text Example


Text Example

White with #538C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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