#52886A

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

Shades of Cutty Sark #52886A

Tints of Cutty Sark #52886A

Color information

#52886A (or 0x52886A) is unknown color: approx Cutty Sark. HEX triplet: 52, 88 and 6A. RGB value is (82,136,106). Sum of RGB (Red+Green+Blue) = 82+136+106=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 136 - color contains mainly: green. Hex color #52886A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52886A is #AD7795. Grayscale: #747474. Windows color (decimal): -11368342 or 6981714. OLE color: 6981714.

HSL color Cylindrical-coordinate representation of color #52886A: hue angle of 146.67º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #52886A is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB82136106-
CMYK0.4000.220.47
HSL146.67º24.77%42.75%-
HSV(B)146.67º39.71%53.33%-
XYZ14.8920.4416.8-
YUV116.43122.11103.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.31%
GREEN value IS 136 (53.52% from 255) = 41.98%
BLUE value IS 106 (41.80% from 255) = 32.72%
R=25.31%
G=41.98%
B=32.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821361060.4000.220.47146.6724.7742.75
Hex52886A280162F93192b
Octal12221015250026572233153
Binary10100101000100011010101010000101101011111001001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52886A; }

 p { color: rgb(82,136,106); }

 H1.HeaderClassName
 {
   color: #52886A;
 }
 .AnyTagClassName
 {
   color: #52886A;
 }
</style>
background-color css

<style>
 a { background-color: #52886A; }

 a { background-color: rgb(82,136,106); }

 div.DivClassName
 {
   background-color: #52886A;
 }
 .BgClassName
 {
   background-color: #52886A;
 }
</style>
border-color css

<style>
 span { border-color: #52886A; }

 span { border-color: rgb(82,136,106); }

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