Html Css Color HEX #537B6C Cutty Sark

📋 copy color: '#537B6C'

red 83 ◦ green 123 ◦ blue 108

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

Shades of Cutty Sark #537B6C

Tints of Cutty Sark #537B6C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.17%

 BLUE value IS 108 (42.58% from 255) = 34.39%

R = 26.43%
G = 39.17%
B = 34.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#537B6C (or 0x537B6C) is known color: Cutty Sark. HEX triplet: 53, 7B and 6C. RGB value is (83,123,108). Sum of RGB (Red+Green+Blue) = 83+123+108=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 123 - color contains mainly: green. Hex color #537B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537B6C is #AC8493. Grayscale: #6D6D6D. Windows color (decimal): -11306132 or 7109459. OLE color: 7109459.

HSL color Cylindrical-coordinate representation of color #537B6C: hue angle of 157.5º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #537B6C is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB 83 123 108 -
CMYK 0.33 0 0.12 0.52
HSL 157.5º 0.19% 0.4% -
HSV(B) 157.5º 0.33% 0.48% -
XYZ 13.36 17.09 16.78 -
YUV 109.33 127.25 109.22 -
System Red Green Blue C M Y K H S L
Decimal 83 123 108 0.33 0 0.12 0.52 157.5 0.19 0.4
Hex 53 7B 6C 21 0 C 34 9E 13 28
Octal 123 173 154 41 0 14 64 236 23 50
Binary 1010011 1111011 1101100 100001 0 1100 110100 10011110 10011 101000

Color Harmonies of #537B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537B6C

Black with #537B6C

Text Example


Text Example

White with #537B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,123,108); }

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

background-color css

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

 a { background-color: rgb(83,123,108); }

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

border-color css

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

 span { border-color: rgb(83,123,108); }

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