#52896B

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

Shades of Cutty Sark #52896B

Tints of Cutty Sark #52896B

Color information

#52896B (or 0x52896B) is unknown color: approx Cutty Sark. HEX triplet: 52, 89 and 6B. RGB value is (82,137,107). Sum of RGB (Red+Green+Blue) = 82+137+107=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 137 - color contains mainly: green. Hex color #52896B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52896B is #AD7694. Grayscale: #757575. Windows color (decimal): -11368085 or 7047506. OLE color: 7047506.

HSL color Cylindrical-coordinate representation of color #52896B: hue angle of 147.27º 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 #52896B is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB82137107-
CMYK0.4000.220.46
HSL147.27º25.11%42.94%-
HSV(B)147.27º40.15%53.73%-
XYZ15.0820.7517.12-
YUV117.14122.28102.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.15%
GREEN value IS 137 (53.91% from 255) = 42.02%
BLUE value IS 107 (42.19% from 255) = 32.82%
R=25.15%
G=42.02%
B=32.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal821371070.4000.220.46147.2725.1142.94
Hex52896B280162E93192b
Octal12221115350026562233153
Binary10100101000100111010111010000101101011101001001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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