Html Css Color HEX #537A68 Cutty Sark

📋 copy color: '#537A68'

red 83 ◦ green 122 ◦ blue 104

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

Shades of Cutty Sark #537A68

Tints of Cutty Sark #537A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.66%

R = 26.86%
G = 39.48%
B = 33.66%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#537A68 (or 0x537A68) is known color: Cutty Sark. HEX triplet: 53, 7A and 68. RGB value is (83,122,104). Sum of RGB (Red+Green+Blue) = 83+122+104=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 122 - color contains mainly: green. Hex color #537A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537A68 is #AC8597. Grayscale: #6C6C6C. Windows color (decimal): -11306392 or 6847059. OLE color: 6847059.

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

Color convert

RGB 83 122 104 -
CMYK 0.32 0 0.15 0.52
HSL 152.31º 0.19% 0.4% -
HSV(B) 152.31º 0.32% 0.48% -
XYZ 13.03 16.76 15.64 -
YUV 108.29 125.58 109.96 -
System Red Green Blue C M Y K H S L
Decimal 83 122 104 0.32 0 0.15 0.52 152.31 0.19 0.4
Hex 53 7A 68 20 0 F 34 98 13 28
Octal 123 172 150 40 0 17 64 230 23 50
Binary 1010011 1111010 1101000 100000 0 1111 110100 10011000 10011 101000

Color Harmonies of #537A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537A68

Black with #537A68

Text Example


Text Example

White with #537A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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