Html Css Color HEX #537C70 Cutty Sark

📋 copy color: '#537C70'

red 83 ◦ green 124 ◦ blue 112

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

Shades of Cutty Sark #537C70

Tints of Cutty Sark #537C70

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.87%

 BLUE value IS 112 (44.14% from 255) = 35.11%

R = 26.02%
G = 38.87%
B = 35.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#537C70 (or 0x537C70) is known color: Cutty Sark. HEX triplet: 53, 7C and 70. RGB value is (83,124,112). Sum of RGB (Red+Green+Blue) = 83+124+112=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 124 - color contains mainly: green. Hex color #537C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C70 is #AC838F. Grayscale: #6E6E6E. Windows color (decimal): -11305872 or 7371859. OLE color: 7371859.

HSL color Cylindrical-coordinate representation of color #537C70: hue angle of 162.44º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #537C70 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 124 112 -
CMYK 0.33 0 0.10 0.51
HSL 162.44º 0.2% 0.41% -
HSV(B) 162.44º 0.33% 0.49% -
XYZ 13.7 17.42 17.97 -
YUV 110.37 128.92 108.48 -
System Red Green Blue C M Y K H S L
Decimal 83 124 112 0.33 0 0.10 0.51 162.44 0.2 0.41
Hex 53 7C 70 21 0 A 33 A2 14 29
Octal 123 174 160 41 0 12 63 242 24 51
Binary 1010011 1111100 1110000 100001 0 1010 110011 10100010 10100 101001

Color Harmonies of #537C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C70

Black with #537C70

Text Example


Text Example

White with #537C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537C70; }

 p { color: rgb(83,124,112); }

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

background-color css

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

 a { background-color: rgb(83,124,112); }

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

border-color css

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

 span { border-color: rgb(83,124,112); }

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