Html Css Color HEX #53786A Cutty Sark

📋 copy color: '#53786A'

red 83 ◦ green 120 ◦ blue 106

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

Shades of Cutty Sark #53786A

Tints of Cutty Sark #53786A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.83%

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

R = 26.86%
G = 38.83%
B = 34.3%

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

#53786A (or 0x53786A) is known color: Cutty Sark. HEX triplet: 53, 78 and 6A. RGB value is (83,120,106). Sum of RGB (Red+Green+Blue) = 83+120+106=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 120 - color contains mainly: green. Hex color #53786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53786A is #AC8795. Grayscale: #6B6B6B. Windows color (decimal): -11306902 or 6977619. OLE color: 6977619.

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

Color convert

RGB 83 120 106 -
CMYK 0.31 0 0.12 0.53
HSL 157.3º 0.18% 0.4% -
HSV(B) 157.3º 0.31% 0.47% -
XYZ 12.89 16.31 16.11 -
YUV 107.34 127.24 110.64 -
System Red Green Blue C M Y K H S L
Decimal 83 120 106 0.31 0 0.12 0.53 157.3 0.18 0.4
Hex 53 78 6A 1F 0 C 35 9D 12 28
Octal 123 170 152 37 0 14 65 235 22 50
Binary 1010011 1111000 1101010 11111 0 1100 110101 10011101 10010 101000

Color Harmonies of #53786A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53786A

Black with #53786A

Text Example


Text Example

White with #53786A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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