Html Css Color HEX #52796C Cutty Sark

📋 copy color: '#52796C'

red 82 ◦ green 121 ◦ blue 108

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

Shades of Cutty Sark #52796C

Tints of Cutty Sark #52796C

RGB

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

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

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

R = 26.37%
G = 38.91%
B = 34.73%

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

#52796C (or 0x52796C) is known color: Cutty Sark. HEX triplet: 52, 79 and 6C. RGB value is (82,121,108). Sum of RGB (Red+Green+Blue) = 82+121+108=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 121 - color contains mainly: green. Hex color #52796C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52796C is #AD8693. Grayscale: #6B6B6B. Windows color (decimal): -11372180 or 7108946. OLE color: 7108946.

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

Color convert

RGB 82 121 108 -
CMYK 0.32 0 0.11 0.53
HSL 160º 0.19% 0.4% -
HSV(B) 160º 0.32% 0.47% -
XYZ 13.02 16.55 16.7 -
YUV 107.86 128.08 109.56 -
System Red Green Blue C M Y K H S L
Decimal 82 121 108 0.32 0 0.11 0.53 160 0.19 0.4
Hex 52 79 6C 20 0 B 35 A0 13 28
Octal 122 171 154 40 0 13 65 240 23 50
Binary 1010010 1111001 1101100 100000 0 1011 110101 10100000 10011 101000

Color Harmonies of #52796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52796C

Black with #52796C

Text Example


Text Example

White with #52796C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,121,108); }

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

background-color css

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

 a { background-color: rgb(82,121,108); }

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

border-color css

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

 span { border-color: rgb(82,121,108); }

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