Html Css Color HEX #537A69 Cutty Sark

📋 copy color: '#537A69'

red 83 ◦ green 122 ◦ blue 105

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

Shades of Cutty Sark #537A69

Tints of Cutty Sark #537A69

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.35%

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

R = 26.77%
G = 39.35%
B = 33.87%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0.52

RGB Variations

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

Color information

#537A69 (or 0x537A69) is known color: Cutty Sark. HEX triplet: 53, 7A and 69. RGB value is (83,122,105). Sum of RGB (Red+Green+Blue) = 83+122+105=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 122 - color contains mainly: green. Hex color #537A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537A69 is #AC8596. Grayscale: #6C6C6C. Windows color (decimal): -11306391 or 6912595. OLE color: 6912595.

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

Color convert

RGB 83 122 105 -
CMYK 0.32 0 0.14 0.52
HSL 153.85º 0.19% 0.4% -
HSV(B) 153.85º 0.32% 0.48% -
XYZ 13.08 16.78 15.91 -
YUV 108.4 126.08 109.88 -
System Red Green Blue C M Y K H S L
Decimal 83 122 105 0.32 0 0.14 0.52 153.85 0.19 0.4
Hex 53 7A 69 20 0 E 34 9A 13 28
Octal 123 172 151 40 0 16 64 232 23 50
Binary 1010011 1111010 1101001 100000 0 1110 110100 10011010 10011 101000

Color Harmonies of #537A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537A69

Black with #537A69

Text Example


Text Example

White with #537A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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