Html Css Color HEX #537969 Cutty Sark

📋 copy color: '#537969'

red 83 ◦ green 121 ◦ blue 105

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

Shades of Cutty Sark #537969

Tints of Cutty Sark #537969

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.16%

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

R = 26.86%
G = 39.16%
B = 33.98%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#537969 (or 0x537969) is known color: Cutty Sark. HEX triplet: 53, 79 and 69. RGB value is (83,121,105). Sum of RGB (Red+Green+Blue) = 83+121+105=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 121 - color contains mainly: green. Hex color #537969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537969 is #AC8696. Grayscale: #6B6B6B. Windows color (decimal): -11306647 or 6912339. OLE color: 6912339.

HSL color Cylindrical-coordinate representation of color #537969: hue angle of 154.74º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #537969 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 121 105 -
CMYK 0.31 0 0.13 0.53
HSL 154.74º 0.19% 0.4% -
HSV(B) 154.74º 0.31% 0.47% -
XYZ 12.95 16.53 15.87 -
YUV 107.81 126.41 110.3 -
System Red Green Blue C M Y K H S L
Decimal 83 121 105 0.31 0 0.13 0.53 154.74 0.19 0.4
Hex 53 79 69 1F 0 D 35 9B 13 28
Octal 123 171 151 37 0 15 65 233 23 50
Binary 1010011 1111001 1101001 11111 0 1101 110101 10011011 10011 101000

Color Harmonies of #537969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537969

Black with #537969

Text Example


Text Example

White with #537969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537969; }

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

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

background-color css

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

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

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

border-color css

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

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

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