Html Css Color HEX #52876D Cutty Sark

📋 copy color: '#52876D'

red 82 ◦ green 135 ◦ blue 109

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

Shades of Cutty Sark #52876D

Tints of Cutty Sark #52876D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.41%

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

R = 25.15%
G = 41.41%
B = 33.44%

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

#52876D (or 0x52876D) is known color: Cutty Sark. HEX triplet: 52, 87 and 6D. RGB value is (82,135,109). Sum of RGB (Red+Green+Blue) = 82+135+109=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 135 - color contains mainly: green. Hex color #52876D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52876D is #AD7892. Grayscale: #747474. Windows color (decimal): -11368595 or 7178066. OLE color: 7178066.

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

Color convert

RGB 82 135 109 -
CMYK 0.39 0 0.19 0.47
HSL 150.57º 0.24% 0.43% -
HSV(B) 150.57º 0.39% 0.53% -
XYZ 14.9 20.23 17.59 -
YUV 116.19 123.94 103.61 -
System Red Green Blue C M Y K H S L
Decimal 82 135 109 0.39 0 0.19 0.47 150.57 0.24 0.43
Hex 52 87 6D 27 0 13 2F 97 18 2B
Octal 122 207 155 47 0 23 57 227 30 53
Binary 1010010 10000111 1101101 100111 0 10011 101111 10010111 11000 101011

Color Harmonies of #52876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52876D

Black with #52876D

Text Example


Text Example

White with #52876D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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