Html Css Color HEX #538E75 Cutty Sark

📋 copy color: '#538E75'

red 83 ◦ green 142 ◦ blue 117

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

Shades of Cutty Sark #538E75

Tints of Cutty Sark #538E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.21%

R = 24.27%
G = 41.52%
B = 34.21%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#538E75 (or 0x538E75) is known color: Cutty Sark. HEX triplet: 53, 8E and 75. RGB value is (83,142,117). Sum of RGB (Red+Green+Blue) = 83+142+117=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 142 (55.86% from 255 or 41.52% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 142 - color contains mainly: green. Hex color #538E75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538E75 is #AC718A. Grayscale: #797979. Windows color (decimal): -11301259 or 7704147. OLE color: 7704147.

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

Color convert

RGB 83 142 117 -
CMYK 0.42 0 0.18 0.44
HSL 154.58º 0.26% 0.44% -
HSV(B) 154.58º 0.42% 0.56% -
XYZ 16.45 22.47 20.3 -
YUV 121.51 125.45 100.53 -
System Red Green Blue C M Y K H S L
Decimal 83 142 117 0.42 0 0.18 0.44 154.58 0.26 0.44
Hex 53 8E 75 2A 0 12 2C 9B 1A 2C
Octal 123 216 165 52 0 22 54 233 32 54
Binary 1010011 10001110 1110101 101010 0 10010 101100 10011011 11010 101100

Color Harmonies of #538E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538E75

Black with #538E75

Text Example


Text Example

White with #538E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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