Html Css Color HEX #52866F Cutty Sark

📋 copy color: '#52866F'

red 82 ◦ green 134 ◦ blue 111

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

Shades of Cutty Sark #52866F

Tints of Cutty Sark #52866F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.94%

R = 25.08%
G = 40.98%
B = 33.94%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#52866F (or 0x52866F) is known color: Cutty Sark. HEX triplet: 52, 86 and 6F. RGB value is (82,134,111). Sum of RGB (Red+Green+Blue) = 82+134+111=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 134 - color contains mainly: green. Hex color #52866F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52866F is #AD7990. Grayscale: #737373. Windows color (decimal): -11368849 or 7308882. OLE color: 7308882.

HSL color Cylindrical-coordinate representation of color #52866F: hue angle of 153.46º 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 #52866F is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 134 111 -
CMYK 0.39 0 0.17 0.47
HSL 153.46º 0.24% 0.42% -
HSV(B) 153.46º 0.39% 0.53% -
XYZ 14.87 19.99 18.11 -
YUV 115.83 125.27 103.87 -
System Red Green Blue C M Y K H S L
Decimal 82 134 111 0.39 0 0.17 0.47 153.46 0.24 0.42
Hex 52 86 6F 27 0 11 2F 99 18 2A
Octal 122 206 157 47 0 21 57 231 30 52
Binary 1010010 10000110 1101111 100111 0 10001 101111 10011001 11000 101010

Color Harmonies of #52866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52866F

Black with #52866F

Text Example


Text Example

White with #52866F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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