Html Css Color HEX #538575 Cutty Sark

📋 copy color: '#538575'

red 83 ◦ green 133 ◦ blue 117

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

Shades of Cutty Sark #538575

Tints of Cutty Sark #538575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.94%

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

R = 24.92%
G = 39.94%
B = 35.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#538575 (or 0x538575) is known color: Cutty Sark. HEX triplet: 53, 85 and 75. RGB value is (83,133,117). Sum of RGB (Red+Green+Blue) = 83+133+117=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 133 - color contains mainly: green. Hex color #538575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538575 is #AC7A8A. Grayscale: #747474. Windows color (decimal): -11303563 or 7701843. OLE color: 7701843.

HSL color Cylindrical-coordinate representation of color #538575: hue angle of 160.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #538575 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 133 117 -
CMYK 0.38 0 0.12 0.48
HSL 160.8º 0.23% 0.42% -
HSV(B) 160.8º 0.38% 0.52% -
XYZ 15.17 19.9 19.87 -
YUV 116.23 128.44 104.3 -
System Red Green Blue C M Y K H S L
Decimal 83 133 117 0.38 0 0.12 0.48 160.8 0.23 0.42
Hex 53 85 75 26 0 C 30 A1 17 2A
Octal 123 205 165 46 0 14 60 241 27 52
Binary 1010011 10000101 1110101 100110 0 1100 110000 10100001 10111 101010

Color Harmonies of #538575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538575

Black with #538575

Text Example


Text Example

White with #538575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538575; }

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

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

background-color css

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

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

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

border-color css

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

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

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