Html Css Color HEX #537C6F Cutty Sark

📋 copy color: '#537C6F'

red 83 ◦ green 124 ◦ blue 111

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

Shades of Cutty Sark #537C6F

Tints of Cutty Sark #537C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.91%

R = 26.1%
G = 38.99%
B = 34.91%

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

#537C6F (or 0x537C6F) is known color: Cutty Sark. HEX triplet: 53, 7C and 6F. RGB value is (83,124,111). Sum of RGB (Red+Green+Blue) = 83+124+111=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 124 - color contains mainly: green. Hex color #537C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C6F is #AC8390. Grayscale: #6E6E6E. Windows color (decimal): -11305873 or 7306323. OLE color: 7306323.

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

Color convert

RGB 83 124 111 -
CMYK 0.33 0 0.10 0.51
HSL 160.98º 0.2% 0.41% -
HSV(B) 160.98º 0.33% 0.49% -
XYZ 13.64 17.4 17.68 -
YUV 110.26 128.42 108.56 -
System Red Green Blue C M Y K H S L
Decimal 83 124 111 0.33 0 0.10 0.51 160.98 0.2 0.41
Hex 53 7C 6F 21 0 A 33 A1 14 29
Octal 123 174 157 41 0 12 63 241 24 51
Binary 1010011 1111100 1101111 100001 0 1010 110011 10100001 10100 101001

Color Harmonies of #537C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C6F

Black with #537C6F

Text Example


Text Example

White with #537C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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