#528B79

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

Shades of Cutty Sark #528B79

Tints of Cutty Sark #528B79

Color information

#528B79 (or 0x528B79) is unknown color: approx Cutty Sark. HEX triplet: 52, 8B and 79. RGB value is (82,139,121). Sum of RGB (Red+Green+Blue) = 82+139+121=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 139 - color contains mainly: green. Hex color #528B79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528B79 is #AD7486. Grayscale: #777777. Windows color (decimal): -11367559 or 7965522. OLE color: 7965522.

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

Color convert

RGB82139121-
CMYK0.4100.130.45
HSL161.05º25.79%43.33%-
HSV(B)161.05º41.01%54.51%-
XYZ16.1621.6421.41-
YUV119.9128.62100.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.98%
GREEN value IS 139 (54.69% from 255) = 40.64%
BLUE value IS 121 (47.66% from 255) = 35.38%
R=23.98%
G=40.64%
B=35.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal821391210.4100.130.45161.0525.7943.33
Hex528B79290D2Da11a2b
Octal12221317151015552413253
Binary1010010100010111111001101001011011011011010000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,139,121); }

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

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

 a { background-color: rgb(82,139,121); }

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

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

 span { border-color: rgb(82,139,121); }

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