Html Css Color HEX #538B6D Cutty Sark

📋 copy color: '#538B6D'

red 83 ◦ green 139 ◦ blue 109

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

Shades of Cutty Sark #538B6D

Tints of Cutty Sark #538B6D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.99%

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

R = 25.08%
G = 41.99%
B = 32.93%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#538B6D (or 0x538B6D) is known color: Cutty Sark. HEX triplet: 53, 8B and 6D. RGB value is (83,139,109). Sum of RGB (Red+Green+Blue) = 83+139+109=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 139 - color contains mainly: green. Hex color #538B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B6D is #AC7492. Grayscale: #767676. Windows color (decimal): -11302035 or 7179091. OLE color: 7179091.

HSL color Cylindrical-coordinate representation of color #538B6D: hue angle of 147.86º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #538B6D is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 139 109 -
CMYK 0.40 0 0.22 0.45
HSL 147.86º 0.25% 0.44% -
HSV(B) 147.86º 0.4% 0.55% -
XYZ 15.56 21.41 17.78 -
YUV 118.84 122.45 102.44 -
System Red Green Blue C M Y K H S L
Decimal 83 139 109 0.40 0 0.22 0.45 147.86 0.25 0.44
Hex 53 8B 6D 28 0 16 2D 94 19 2C
Octal 123 213 155 50 0 26 55 224 31 54
Binary 1010011 10001011 1101101 101000 0 10110 101101 10010100 11001 101100

Color Harmonies of #538B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538B6D

Black with #538B6D

Text Example


Text Example

White with #538B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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