#528C75

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

Shades of Cutty Sark #528C75

Tints of Cutty Sark #528C75

Color information

#528C75 (or 0x528C75) is unknown color: approx Cutty Sark. HEX triplet: 52, 8C and 75. RGB value is (82,140,117). Sum of RGB (Red+Green+Blue) = 82+140+117=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 140 (55.08% from 255 or 41.30% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 140 - color contains mainly: green. Hex color #528C75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528C75 is #AD738A. Grayscale: #787878. Windows color (decimal): -11367307 or 7703634. OLE color: 7703634.

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

Color convert

RGB82140117-
CMYK0.4100.160.45
HSL156.21º26.13%43.53%-
HSV(B)156.21º41.43%54.9%-
XYZ16.0721.8320.2-
YUV120.04126.28100.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.19%
GREEN value IS 140 (55.08% from 255) = 41.30%
BLUE value IS 117 (46.09% from 255) = 34.51%
R=24.19%
G=41.30%
B=34.51%

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
Decimal821401170.4100.160.45156.2126.1343.53
Hex528C75290102D9c1a2c
Octal12221416551020552343254
Binary10100101000110011101011010010100001011011001110011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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