#52896D

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

Shades of Cutty Sark #52896D

Tints of Cutty Sark #52896D

Color information

#52896D (or 0x52896D) is unknown color: approx Cutty Sark. HEX triplet: 52, 89 and 6D. RGB value is (82,137,109). Sum of RGB (Red+Green+Blue) = 82+137+109=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 137 - color contains mainly: green. Hex color #52896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52896D is #AD7692. Grayscale: #757575. Windows color (decimal): -11368083 or 7178578. OLE color: 7178578.

HSL color Cylindrical-coordinate representation of color #52896D: hue angle of 149.45º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #52896D is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB82137109-
CMYK0.4000.200.46
HSL149.45º25.11%42.94%-
HSV(B)149.45º40.15%53.73%-
XYZ15.1920.7917.68-
YUV117.36123.28102.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25%
GREEN value IS 137 (53.91% from 255) = 41.77%
BLUE value IS 109 (42.97% from 255) = 33.23%
R=25%
G=41.77%
B=33.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal821371090.4000.200.46149.4525.1142.94
Hex52896D280142E95192b
Octal12221115550024562253153
Binary10100101000100111011011010000101001011101001010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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