#528D6C

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

Shades of Cutty Sark #528D6C

Tints of Cutty Sark #528D6C

Color information

#528D6C (or 0x528D6C) is unknown color: approx Cutty Sark. HEX triplet: 52, 8D and 6C. RGB value is (82,141,108). Sum of RGB (Red+Green+Blue) = 82+141+108=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 141 - color contains mainly: green. Hex color #528D6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528D6C is #AD7293. Grayscale: #777777. Windows color (decimal): -11367060 or 7114066. OLE color: 7114066.

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

Color convert

RGB82141108-
CMYK0.4200.230.45
HSL146.44º26.46%43.73%-
HSV(B)146.44º41.84%55.29%-
XYZ15.7121.9317.59-
YUV119.6121.45101.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.77%
GREEN value IS 141 (55.47% from 255) = 42.60%
BLUE value IS 108 (42.58% from 255) = 32.63%
R=24.77%
G=42.60%
B=32.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal821411080.4200.230.45146.4426.4643.73
Hex528D6C2A0172D921a2c
Octal12221515452027552223254
Binary10100101000110111011001010100101111011011001001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,141,108); }

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

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

 a { background-color: rgb(82,141,108); }

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

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

 span { border-color: rgb(82,141,108); }

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