Html Css Color HEX #537F74 Cutty Sark

📋 copy color: '#537F74'

red 83 ◦ green 127 ◦ blue 116

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

Shades of Cutty Sark #537F74

Tints of Cutty Sark #537F74

RGB

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

 GREEN value IS 127 (50% from 255) = 38.96%

 BLUE value IS 116 (45.7% from 255) = 35.58%

R = 25.46%
G = 38.96%
B = 35.58%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#537F74 (or 0x537F74) is known color: Cutty Sark. HEX triplet: 53, 7F and 74. RGB value is (83,127,116). Sum of RGB (Red+Green+Blue) = 83+127+116=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 127 - color contains mainly: green. Hex color #537F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537F74 is #AC808B. Grayscale: #707070. Windows color (decimal): -11305100 or 7634771. OLE color: 7634771.

HSL color Cylindrical-coordinate representation of color #537F74: hue angle of 165º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #537F74 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 127 116 -
CMYK 0.35 0 0.09 0.50
HSL 165º 0.21% 0.41% -
HSV(B) 165º 0.35% 0.5% -
XYZ 14.31 18.28 19.3 -
YUV 112.59 129.92 106.89 -
System Red Green Blue C M Y K H S L
Decimal 83 127 116 0.35 0 0.09 0.50 165 0.21 0.41
Hex 53 7F 74 23 0 9 32 A5 15 29
Octal 123 177 164 43 0 11 62 245 25 51
Binary 1010011 1111111 1110100 100011 0 1001 110010 10100101 10101 101001

Color Harmonies of #537F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537F74

Black with #537F74

Text Example


Text Example

White with #537F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,127,116); }

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

background-color css

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

 a { background-color: rgb(83,127,116); }

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

border-color css

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

 span { border-color: rgb(83,127,116); }

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