Html Css Color HEX #53786C Cutty Sark

📋 copy color: '#53786C'

red 83 ◦ green 120 ◦ blue 108

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

Shades of Cutty Sark #53786C

Tints of Cutty Sark #53786C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.73%

R = 26.69%
G = 38.59%
B = 34.73%

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

#53786C (or 0x53786C) is known color: Cutty Sark. HEX triplet: 53, 78 and 6C. RGB value is (83,120,108). Sum of RGB (Red+Green+Blue) = 83+120+108=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 120 - color contains mainly: green. Hex color #53786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53786C is #AC8793. Grayscale: #6B6B6B. Windows color (decimal): -11306900 or 7108691. OLE color: 7108691.

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

Color convert

RGB 83 120 108 -
CMYK 0.31 0 0.10 0.53
HSL 160.54º 0.18% 0.4% -
HSV(B) 160.54º 0.31% 0.47% -
XYZ 12.99 16.35 16.66 -
YUV 107.57 128.24 110.48 -
System Red Green Blue C M Y K H S L
Decimal 83 120 108 0.31 0 0.10 0.53 160.54 0.18 0.4
Hex 53 78 6C 1F 0 A 35 A1 12 28
Octal 123 170 154 37 0 12 65 241 22 50
Binary 1010011 1111000 1101100 11111 0 1010 110101 10100001 10010 101000

Color Harmonies of #53786C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53786C

Black with #53786C

Text Example


Text Example

White with #53786C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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