Html Css Color HEX #538373 Cutty Sark

📋 copy color: '#538373'

red 83 ◦ green 131 ◦ blue 115

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

Shades of Cutty Sark #538373

Tints of Cutty Sark #538373

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.82%

 BLUE value IS 115 (45.31% from 255) = 34.95%

R = 25.23%
G = 39.82%
B = 34.95%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#538373 (or 0x538373) is known color: Cutty Sark. HEX triplet: 53, 83 and 73. RGB value is (83,131,115). Sum of RGB (Red+Green+Blue) = 83+131+115=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 131 - color contains mainly: green. Hex color #538373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538373 is #AC7C8C. Grayscale: #727272. Windows color (decimal): -11304077 or 7570259. OLE color: 7570259.

HSL color Cylindrical-coordinate representation of color #538373: hue angle of 160º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #538373 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 131 115 -
CMYK 0.37 0 0.12 0.49
HSL 160º 0.22% 0.42% -
HSV(B) 160º 0.37% 0.51% -
XYZ 14.78 19.31 19.17 -
YUV 114.82 128.1 105.3 -
System Red Green Blue C M Y K H S L
Decimal 83 131 115 0.37 0 0.12 0.49 160 0.22 0.42
Hex 53 83 73 25 0 C 31 A0 16 2A
Octal 123 203 163 45 0 14 61 240 26 52
Binary 1010011 10000011 1110011 100101 0 1100 110001 10100000 10110 101010

Color Harmonies of #538373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538373

Black with #538373

Text Example


Text Example

White with #538373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538373; }

 p { color: rgb(83,131,115); }

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

background-color css

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

 a { background-color: rgb(83,131,115); }

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

border-color css

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

 span { border-color: rgb(83,131,115); }

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