Html Css Color HEX #52866D Cutty Sark

📋 copy color: '#52866D'

red 82 ◦ green 134 ◦ blue 109

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

Shades of Cutty Sark #52866D

Tints of Cutty Sark #52866D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.23%

 BLUE value IS 109 (42.97% from 255) = 33.54%

R = 25.23%
G = 41.23%
B = 33.54%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#52866D (or 0x52866D) is known color: Cutty Sark. HEX triplet: 52, 86 and 6D. RGB value is (82,134,109). Sum of RGB (Red+Green+Blue) = 82+134+109=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 134 - color contains mainly: green. Hex color #52866D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52866D is #AD7992. Grayscale: #737373. Windows color (decimal): -11368851 or 7177810. OLE color: 7177810.

HSL color Cylindrical-coordinate representation of color #52866D: hue angle of 151.15º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #52866D is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 134 109 -
CMYK 0.39 0 0.19 0.47
HSL 151.15º 0.24% 0.42% -
HSV(B) 151.15º 0.39% 0.53% -
XYZ 14.77 19.95 17.54 -
YUV 115.6 124.27 104.03 -
System Red Green Blue C M Y K H S L
Decimal 82 134 109 0.39 0 0.19 0.47 151.15 0.24 0.42
Hex 52 86 6D 27 0 13 2F 97 18 2A
Octal 122 206 155 47 0 23 57 227 30 52
Binary 1010010 10000110 1101101 100111 0 10011 101111 10010111 11000 101010

Color Harmonies of #52866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52866D

Black with #52866D

Text Example


Text Example

White with #52866D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52866D; }

 p { color: rgb(82,134,109); }

 H1.HeaderClassName
 {
   color: #52866D;
 }
 .AnyTagClassName
 {
   color: #52866D;
 }
</style>

background-color css

<style>
 a { background-color: #52866D; }

 a { background-color: rgb(82,134,109); }

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

border-color css

<style>
 span { border-color: #52866D; }

 span { border-color: rgb(82,134,109); }

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