#528E6D

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

Shades of Cutty Sark #528E6D

Tints of Cutty Sark #528E6D

Color information

#528E6D (or 0x528E6D) is unknown color: approx Cutty Sark. HEX triplet: 52, 8E and 6D. RGB value is (82,142,109). Sum of RGB (Red+Green+Blue) = 82+142+109=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 142 (55.86% from 255 or 42.64% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 142 - color contains mainly: green. Hex color #528E6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E6D is #AD7192. Grayscale: #787878. Windows color (decimal): -11366803 or 7179858. OLE color: 7179858.

HSL color Cylindrical-coordinate representation of color #528E6D: hue angle of 147º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #528E6D is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB82142109-
CMYK0.4200.230.44
HSL147º26.79%43.92%-
HSV(B)147º42.25%55.69%-
XYZ15.9122.2417.92-
YUV120.3121.62100.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.62%
GREEN value IS 142 (55.86% from 255) = 42.64%
BLUE value IS 109 (42.97% from 255) = 32.73%
R=24.62%
G=42.64%
B=32.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821421090.4200.230.4414726.7943.92
Hex528E6D2A0172C931b2c
Octal12221615552027542233354
Binary10100101000111011011011010100101111011001001001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528E6D; }

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

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

<style>
 a { background-color: #528E6D; }

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

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

<style>
 span { border-color: #528E6D; }

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

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