#528B75

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

Shades of Cutty Sark #528B75

Tints of Cutty Sark #528B75

Color information

#528B75 (or 0x528B75) is unknown color: approx Cutty Sark. HEX triplet: 52, 8B and 75. RGB value is (82,139,117). Sum of RGB (Red+Green+Blue) = 82+139+117=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 139 - color contains mainly: green. Hex color #528B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528B75 is #AD748A. Grayscale: #777777. Windows color (decimal): -11367563 or 7703378. OLE color: 7703378.

HSL color Cylindrical-coordinate representation of color #528B75: hue angle of 156.84º 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 #528B75 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB82139117-
CMYK0.4100.160.45
HSL156.84º25.79%43.33%-
HSV(B)156.84º41.01%54.51%-
XYZ15.9221.5420.15-
YUV119.45126.62101.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.26%
GREEN value IS 139 (54.69% from 255) = 41.12%
BLUE value IS 117 (46.09% from 255) = 34.62%
R=24.26%
G=41.12%
B=34.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal821391170.4100.160.45156.8425.7943.33
Hex528B75290102D9d1a2b
Octal12221316551020552353253
Binary10100101000101111101011010010100001011011001110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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