Html Css Color HEX #537E68 Cutty Sark

📋 copy color: '#537E68'

red 83 ◦ green 126 ◦ blue 104

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

Shades of Cutty Sark #537E68

Tints of Cutty Sark #537E68

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.26%

 BLUE value IS 104 (41.02% from 255) = 33.23%

R = 26.52%
G = 40.26%
B = 33.23%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#537E68 (or 0x537E68) is known color: Cutty Sark. HEX triplet: 53, 7E and 68. RGB value is (83,126,104). Sum of RGB (Red+Green+Blue) = 83+126+104=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 126 - color contains mainly: green. Hex color #537E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537E68 is #AC8197. Grayscale: #6E6E6E. Windows color (decimal): -11305368 or 6848083. OLE color: 6848083.

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

Color convert

RGB 83 126 104 -
CMYK 0.34 0 0.17 0.51
HSL 149.3º 0.21% 0.41% -
HSV(B) 149.3º 0.34% 0.49% -
XYZ 13.53 17.76 15.81 -
YUV 110.64 124.25 108.29 -
System Red Green Blue C M Y K H S L
Decimal 83 126 104 0.34 0 0.17 0.51 149.3 0.21 0.41
Hex 53 7E 68 22 0 11 33 95 15 29
Octal 123 176 150 42 0 21 63 225 25 51
Binary 1010011 1111110 1101000 100010 0 10001 110011 10010101 10101 101001

Color Harmonies of #537E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537E68

Black with #537E68

Text Example


Text Example

White with #537E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,126,104); }

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

background-color css

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

 a { background-color: rgb(83,126,104); }

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

border-color css

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

 span { border-color: rgb(83,126,104); }

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