Html Css Color HEX #537E6E Cutty Sark

📋 copy color: '#537E6E'

red 83 ◦ green 126 ◦ blue 110

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

Shades of Cutty Sark #537E6E

Tints of Cutty Sark #537E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.48%

R = 26.02%
G = 39.5%
B = 34.48%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#537E6E (or 0x537E6E) is known color: Cutty Sark. HEX triplet: 53, 7E and 6E. RGB value is (83,126,110). Sum of RGB (Red+Green+Blue) = 83+126+110=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 126 - color contains mainly: green. Hex color #537E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537E6E is #AC8191. Grayscale: #6F6F6F. Windows color (decimal): -11305362 or 7241299. OLE color: 7241299.

HSL color Cylindrical-coordinate representation of color #537E6E: hue angle of 157.67º 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 #537E6E is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 126 110 -
CMYK 0.34 0 0.13 0.51
HSL 157.67º 0.21% 0.41% -
HSV(B) 157.67º 0.34% 0.49% -
XYZ 13.84 17.89 17.47 -
YUV 111.32 127.25 107.8 -
System Red Green Blue C M Y K H S L
Decimal 83 126 110 0.34 0 0.13 0.51 157.67 0.21 0.41
Hex 53 7E 6E 22 0 D 33 9E 15 29
Octal 123 176 156 42 0 15 63 236 25 51
Binary 1010011 1111110 1101110 100010 0 1101 110011 10011110 10101 101001

Color Harmonies of #537E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537E6E

Black with #537E6E

Text Example


Text Example

White with #537E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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