Html Css Color HEX #538E72 Cutty Sark

📋 copy color: '#538E72'

red 83 ◦ green 142 ◦ blue 114

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

Shades of Cutty Sark #538E72

Tints of Cutty Sark #538E72

RGB

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

 GREEN value IS 142 (55.86% from 255) = 41.89%

 BLUE value IS 114 (44.92% from 255) = 33.63%

R = 24.48%
G = 41.89%
B = 33.63%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#538E72 (or 0x538E72) is known color: Cutty Sark. HEX triplet: 53, 8E and 72. RGB value is (83,142,114). Sum of RGB (Red+Green+Blue) = 83+142+114=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 142 (55.86% from 255 or 41.89% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 142 - color contains mainly: green. Hex color #538E72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538E72 is #AC718D. Grayscale: #797979. Windows color (decimal): -11301262 or 7507539. OLE color: 7507539.

HSL color Cylindrical-coordinate representation of color #538E72: hue angle of 151.53º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538E72 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 142 114 -
CMYK 0.42 0 0.20 0.44
HSL 151.53º 0.26% 0.44% -
HSV(B) 151.53º 0.42% 0.56% -
XYZ 16.28 22.4 19.39 -
YUV 121.17 123.95 100.78 -
System Red Green Blue C M Y K H S L
Decimal 83 142 114 0.42 0 0.20 0.44 151.53 0.26 0.44
Hex 53 8E 72 2A 0 14 2C 98 1A 2C
Octal 123 216 162 52 0 24 54 230 32 54
Binary 1010011 10001110 1110010 101010 0 10100 101100 10011000 11010 101100

Color Harmonies of #538E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538E72

Black with #538E72

Text Example


Text Example

White with #538E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,142,114); }

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

background-color css

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

 a { background-color: rgb(83,142,114); }

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

border-color css

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

 span { border-color: rgb(83,142,114); }

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