Html Css Color HEX #53796D Cutty Sark

📋 copy color: '#53796D'

red 83 ◦ green 121 ◦ blue 109

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

Shades of Cutty Sark #53796D

Tints of Cutty Sark #53796D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.82%

R = 26.52%
G = 38.66%
B = 34.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#53796D (or 0x53796D) is known color: Cutty Sark. HEX triplet: 53, 79 and 6D. RGB value is (83,121,109). Sum of RGB (Red+Green+Blue) = 83+121+109=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 121 - color contains mainly: green. Hex color #53796D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53796D is #AC8692. Grayscale: #6C6C6C. Windows color (decimal): -11306643 or 7174483. OLE color: 7174483.

HSL color Cylindrical-coordinate representation of color #53796D: hue angle of 161.05º 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 #53796D is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 121 109 -
CMYK 0.31 0 0.10 0.53
HSL 161.05º 0.19% 0.4% -
HSV(B) 161.05º 0.31% 0.47% -
XYZ 13.16 16.62 16.98 -
YUV 108.27 128.41 109.98 -
System Red Green Blue C M Y K H S L
Decimal 83 121 109 0.31 0 0.10 0.53 161.05 0.19 0.4
Hex 53 79 6D 1F 0 A 35 A1 13 28
Octal 123 171 155 37 0 12 65 241 23 50
Binary 1010011 1111001 1101101 11111 0 1010 110101 10100001 10011 101000

Color Harmonies of #53796D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53796D

Black with #53796D

Text Example


Text Example

White with #53796D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53796D; }

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

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

background-color css

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

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

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

border-color css

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

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

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