Html Css Color HEX #52786B Cutty Sark

📋 copy color: '#52786B'

red 82 ◦ green 120 ◦ blue 107

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

Shades of Cutty Sark #52786B

Tints of Cutty Sark #52786B

RGB

 RED value IS 82 (32.42% from 255) = 26.54%

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

 BLUE value IS 107 (42.19% from 255) = 34.63%

R = 26.54%
G = 38.83%
B = 34.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#52786B (or 0x52786B) is known color: Cutty Sark. HEX triplet: 52, 78 and 6B. RGB value is (82,120,107). Sum of RGB (Red+Green+Blue) = 82+120+107=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 120 - color contains mainly: green. Hex color #52786B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52786B is #AD8794. Grayscale: #6B6B6B. Windows color (decimal): -11372437 or 7043154. OLE color: 7043154.

HSL color Cylindrical-coordinate representation of color #52786B: hue angle of 159.47º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #52786B is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 120 107 -
CMYK 0.32 0 0.11 0.53
HSL 159.47º 0.19% 0.4% -
HSV(B) 159.47º 0.32% 0.47% -
XYZ 12.85 16.29 16.38 -
YUV 107.16 127.91 110.06 -
System Red Green Blue C M Y K H S L
Decimal 82 120 107 0.32 0 0.11 0.53 159.47 0.19 0.4
Hex 52 78 6B 20 0 B 35 9F 13 28
Octal 122 170 153 40 0 13 65 237 23 50
Binary 1010010 1111000 1101011 100000 0 1011 110101 10011111 10011 101000

Color Harmonies of #52786B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52786B

Black with #52786B

Text Example


Text Example

White with #52786B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52786B; }

 p { color: rgb(82,120,107); }

 H1.HeaderClassName
 {
   color: #52786B;
 }
 .AnyTagClassName
 {
   color: #52786B;
 }
</style>

background-color css

<style>
 a { background-color: #52786B; }

 a { background-color: rgb(82,120,107); }

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

border-color css

<style>
 span { border-color: #52786B; }

 span { border-color: rgb(82,120,107); }

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