Html Css Color HEX #538F72 Cutty Sark

📋 copy color: '#538F72'

red 83 ◦ green 143 ◦ blue 114

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

Shades of Cutty Sark #538F72

Tints of Cutty Sark #538F72

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.06%

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

R = 24.41%
G = 42.06%
B = 33.53%

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

#538F72 (or 0x538F72) is known color: Cutty Sark. HEX triplet: 53, 8F and 72. RGB value is (83,143,114). Sum of RGB (Red+Green+Blue) = 83+143+114=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 143 (56.25% from 255 or 42.06% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 143 - color contains mainly: green. Hex color #538F72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538F72 is #AC708D. Grayscale: #797979. Windows color (decimal): -11301006 or 7507795. OLE color: 7507795.

HSL color Cylindrical-coordinate representation of color #538F72: hue angle of 151º degrees, saturation: 0.27, 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 #538F72 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 143 114 -
CMYK 0.42 0 0.20 0.44
HSL 151º 0.27% 0.44% -
HSV(B) 151º 0.42% 0.56% -
XYZ 16.43 22.7 19.44 -
YUV 121.75 123.62 100.36 -
System Red Green Blue C M Y K H S L
Decimal 83 143 114 0.42 0 0.20 0.44 151 0.27 0.44
Hex 53 8F 72 2A 0 14 2C 97 1B 2C
Octal 123 217 162 52 0 24 54 227 33 54
Binary 1010011 10001111 1110010 101010 0 10100 101100 10010111 11011 101100

Color Harmonies of #538F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538F72

Black with #538F72

Text Example


Text Example

White with #538F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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