Html Css Color HEX #537C6C Cutty Sark

📋 copy color: '#537C6C'

red 83 ◦ green 124 ◦ blue 108

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

Shades of Cutty Sark #537C6C

Tints of Cutty Sark #537C6C

RGB

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

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

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

R = 26.35%
G = 39.37%
B = 34.29%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#537C6C (or 0x537C6C) is known color: Cutty Sark. HEX triplet: 53, 7C and 6C. RGB value is (83,124,108). Sum of RGB (Red+Green+Blue) = 83+124+108=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 124 - color contains mainly: green. Hex color #537C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C6C is #AC8393. Grayscale: #6D6D6D. Windows color (decimal): -11305876 or 7109715. OLE color: 7109715.

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

Color convert

RGB 83 124 108 -
CMYK 0.33 0 0.13 0.51
HSL 156.59º 0.2% 0.41% -
HSV(B) 156.59º 0.33% 0.49% -
XYZ 13.48 17.34 16.82 -
YUV 109.92 126.92 108.8 -
System Red Green Blue C M Y K H S L
Decimal 83 124 108 0.33 0 0.13 0.51 156.59 0.2 0.41
Hex 53 7C 6C 21 0 D 33 9D 14 29
Octal 123 174 154 41 0 15 63 235 24 51
Binary 1010011 1111100 1101100 100001 0 1101 110011 10011101 10100 101001

Color Harmonies of #537C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C6C

Black with #537C6C

Text Example


Text Example

White with #537C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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