Html Css Color HEX #539373 Cutty Sark

📋 copy color: '#539373'

red 83 ◦ green 147 ◦ blue 115

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

Shades of Cutty Sark #539373

Tints of Cutty Sark #539373

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.61%

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

R = 24.06%
G = 42.61%
B = 33.33%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#539373 (or 0x539373) is known color: Cutty Sark. HEX triplet: 53, 93 and 73. RGB value is (83,147,115). Sum of RGB (Red+Green+Blue) = 83+147+115=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 147 - color contains mainly: green. Hex color #539373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539373 is #AC6C8C. Grayscale: #7C7C7C. Windows color (decimal): -11299981 or 7574355. OLE color: 7574355.

HSL color Cylindrical-coordinate representation of color #539373: hue angle of 150º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #539373 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 147 115 -
CMYK 0.44 0 0.22 0.42
HSL 150º 0.28% 0.45% -
HSV(B) 150º 0.44% 0.58% -
XYZ 17.1 23.94 19.94 -
YUV 124.22 122.8 98.6 -
System Red Green Blue C M Y K H S L
Decimal 83 147 115 0.44 0 0.22 0.42 150 0.28 0.45
Hex 53 93 73 2C 0 16 2A 96 1C 2D
Octal 123 223 163 54 0 26 52 226 34 55
Binary 1010011 10010011 1110011 101100 0 10110 101010 10010110 11100 101101

Color Harmonies of #539373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539373

Black with #539373

Text Example


Text Example

White with #539373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539373; }

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

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

background-color css

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

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

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

border-color css

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

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

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