Html Css Color HEX #537C69 Cutty Sark

📋 copy color: '#537C69'

red 83 ◦ green 124 ◦ blue 105

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

Shades of Cutty Sark #537C69

Tints of Cutty Sark #537C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.65%

R = 26.6%
G = 39.74%
B = 33.65%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#537C69 (or 0x537C69) is known color: Cutty Sark. HEX triplet: 53, 7C and 69. RGB value is (83,124,105). Sum of RGB (Red+Green+Blue) = 83+124+105=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 124 - color contains mainly: green. Hex color #537C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C69 is #AC8396. Grayscale: #6D6D6D. Windows color (decimal): -11305879 or 6913107. OLE color: 6913107.

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

Color convert

RGB 83 124 105 -
CMYK 0.33 0 0.15 0.51
HSL 152.2º 0.2% 0.41% -
HSV(B) 152.2º 0.33% 0.49% -
XYZ 13.32 17.27 16 -
YUV 109.58 125.42 109.04 -
System Red Green Blue C M Y K H S L
Decimal 83 124 105 0.33 0 0.15 0.51 152.2 0.2 0.41
Hex 53 7C 69 21 0 F 33 98 14 29
Octal 123 174 151 41 0 17 63 230 24 51
Binary 1010011 1111100 1101001 100001 0 1111 110011 10011000 10100 101001

Color Harmonies of #537C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C69

Black with #537C69

Text Example


Text Example

White with #537C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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