#528A74

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

Shades of Cutty Sark #528A74

Tints of Cutty Sark #528A74

Color information

#528A74 (or 0x528A74) is unknown color: approx Cutty Sark. HEX triplet: 52, 8A and 74. RGB value is (82,138,116). Sum of RGB (Red+Green+Blue) = 82+138+116=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 138 - color contains mainly: green. Hex color #528A74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528A74 is #AD758B. Grayscale: #767676. Windows color (decimal): -11367820 or 7637586. OLE color: 7637586.

HSL color Cylindrical-coordinate representation of color #528A74: hue angle of 156.43º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #528A74 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB82138116-
CMYK0.4100.160.46
HSL156.43º25.45%43.14%-
HSV(B)156.43º40.58%54.12%-
XYZ15.7221.2319.79-
YUV118.75126.45101.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.40%
GREEN value IS 138 (54.30% from 255) = 41.07%
BLUE value IS 116 (45.70% from 255) = 34.52%
R=24.40%
G=41.07%
B=34.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal821381160.4100.160.46156.4325.4543.14
Hex528A74290102E9c192b
Octal12221216451020562343153
Binary10100101000101011101001010010100001011101001110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,138,116); }

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

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

 a { background-color: rgb(82,138,116); }

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

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

 span { border-color: rgb(82,138,116); }

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