Html Css Color HEX #538E76 Cutty Sark

📋 copy color: '#538E76'

red 83 ◦ green 142 ◦ blue 118

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

Shades of Cutty Sark #538E76

Tints of Cutty Sark #538E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.4%

R = 24.2%
G = 41.4%
B = 34.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#538E76 (or 0x538E76) is known color: Cutty Sark. HEX triplet: 53, 8E and 76. RGB value is (83,142,118). Sum of RGB (Red+Green+Blue) = 83+142+118=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 142 (55.86% from 255 or 41.40% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 142 - color contains mainly: green. Hex color #538E76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538E76 is #AC7189. Grayscale: #797979. Windows color (decimal): -11301258 or 7769683. OLE color: 7769683.

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

Color convert

RGB 83 142 118 -
CMYK 0.42 0 0.17 0.44
HSL 155.59º 0.26% 0.44% -
HSV(B) 155.59º 0.42% 0.56% -
XYZ 16.51 22.49 20.61 -
YUV 121.62 125.95 100.45 -
System Red Green Blue C M Y K H S L
Decimal 83 142 118 0.42 0 0.17 0.44 155.59 0.26 0.44
Hex 53 8E 76 2A 0 11 2C 9C 1A 2C
Octal 123 216 166 52 0 21 54 234 32 54
Binary 1010011 10001110 1110110 101010 0 10001 101100 10011100 11010 101100

Color Harmonies of #538E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538E76

Black with #538E76

Text Example


Text Example

White with #538E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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