Html Css Color HEX #52836E Cutty Sark

📋 copy color: '#52836E'

red 82 ◦ green 131 ◦ blue 110

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

Shades of Cutty Sark #52836E

Tints of Cutty Sark #52836E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.56%

 BLUE value IS 110 (43.36% from 255) = 34.06%

R = 25.39%
G = 40.56%
B = 34.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#52836E (or 0x52836E) is known color: Cutty Sark. HEX triplet: 52, 83 and 6E. RGB value is (82,131,110). Sum of RGB (Red+Green+Blue) = 82+131+110=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 131 - color contains mainly: green. Hex color #52836E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52836E is #AD7C91. Grayscale: #717171. Windows color (decimal): -11369618 or 7242578. OLE color: 7242578.

HSL color Cylindrical-coordinate representation of color #52836E: hue angle of 154.29º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #52836E is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 131 110 -
CMYK 0.37 0 0.16 0.49
HSL 154.29º 0.23% 0.42% -
HSV(B) 154.29º 0.37% 0.51% -
XYZ 14.41 19.15 17.69 -
YUV 113.96 125.77 105.21 -
System Red Green Blue C M Y K H S L
Decimal 82 131 110 0.37 0 0.16 0.49 154.29 0.23 0.42
Hex 52 83 6E 25 0 10 31 9A 17 2A
Octal 122 203 156 45 0 20 61 232 27 52
Binary 1010010 10000011 1101110 100101 0 10000 110001 10011010 10111 101010

Color Harmonies of #52836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52836E

Black with #52836E

Text Example


Text Example

White with #52836E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52836E; }

 p { color: rgb(82,131,110); }

 H1.HeaderClassName
 {
   color: #52836E;
 }
 .AnyTagClassName
 {
   color: #52836E;
 }
</style>

background-color css

<style>
 a { background-color: #52836E; }

 a { background-color: rgb(82,131,110); }

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

border-color css

<style>
 span { border-color: #52836E; }

 span { border-color: rgb(82,131,110); }

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