#52866F

Color #52866F Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #52866F

Tints of Cutty Sark #52866F

Color information

#52866F (or 0x52866F) is unknown color: approx 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

RGB82134111-
CMYK0.3900.170.47
HSL153.46º24.07%42.35%-
HSV(B)153.46º38.81%52.55%-
XYZ14.8719.9918.11-
YUV115.83125.27103.87-

RGB Variations

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

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 (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821341110.3900.170.47153.4624.0742.35
Hex52866F270112F99182a
Octal12220615747021572313052
Binary10100101000011011011111001110100011011111001100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>