Html Css Color HEX #53796A Cutty Sark

📋 copy color: '#53796A'

red 83 ◦ green 121 ◦ blue 106

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

Shades of Cutty Sark #53796A

Tints of Cutty Sark #53796A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.19%

R = 26.77%
G = 39.03%
B = 34.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#53796A (or 0x53796A) is known color: Cutty Sark. HEX triplet: 53, 79 and 6A. RGB value is (83,121,106). Sum of RGB (Red+Green+Blue) = 83+121+106=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 121 - color contains mainly: green. Hex color #53796A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53796A is #AC8695. Grayscale: #6B6B6B. Windows color (decimal): -11306646 or 6977875. OLE color: 6977875.

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

Color convert

RGB 83 121 106 -
CMYK 0.31 0 0.12 0.53
HSL 156.32º 0.19% 0.4% -
HSV(B) 156.32º 0.31% 0.47% -
XYZ 13.01 16.55 16.15 -
YUV 107.93 126.91 110.22 -
System Red Green Blue C M Y K H S L
Decimal 83 121 106 0.31 0 0.12 0.53 156.32 0.19 0.4
Hex 53 79 6A 1F 0 C 35 9C 13 28
Octal 123 171 152 37 0 14 65 234 23 50
Binary 1010011 1111001 1101010 11111 0 1100 110101 10011100 10011 101000

Color Harmonies of #53796A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53796A

Black with #53796A

Text Example


Text Example

White with #53796A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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