Html Css Color HEX #537769 Cutty Sark

📋 copy color: '#537769'

red 83 ◦ green 119 ◦ blue 105

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

Shades of Cutty Sark #537769

Tints of Cutty Sark #537769

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.76%

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

R = 27.04%
G = 38.76%
B = 34.2%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#537769 (or 0x537769) is known color: Cutty Sark. HEX triplet: 53, 77 and 69. RGB value is (83,119,105). Sum of RGB (Red+Green+Blue) = 83+119+105=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 119 - color contains mainly: green. Hex color #537769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537769 is #AC8896. Grayscale: #6A6A6A. Windows color (decimal): -11307159 or 6911827. OLE color: 6911827.

HSL color Cylindrical-coordinate representation of color #537769: hue angle of 156.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #537769 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 119 105 -
CMYK 0.30 0 0.12 0.53
HSL 156.67º 0.18% 0.4% -
HSV(B) 156.67º 0.3% 0.47% -
XYZ 12.71 16.05 15.79 -
YUV 106.64 127.07 111.14 -
System Red Green Blue C M Y K H S L
Decimal 83 119 105 0.30 0 0.12 0.53 156.67 0.18 0.4
Hex 53 77 69 1E 0 C 35 9D 12 28
Octal 123 167 151 36 0 14 65 235 22 50
Binary 1010011 1110111 1101001 11110 0 1100 110101 10011101 10010 101000

Color Harmonies of #537769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537769

Black with #537769

Text Example


Text Example

White with #537769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537769; }

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

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

background-color css

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

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

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

border-color css

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

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

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