#528572

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

Shades of Cutty Sark #528572

Tints of Cutty Sark #528572

Color information

#528572 (or 0x528572) is unknown color: approx Cutty Sark. HEX triplet: 52, 85 and 72. RGB value is (82,133,114). Sum of RGB (Red+Green+Blue) = 82+133+114=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 133 - color contains mainly: green. Hex color #528572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528572 is #AD7A8D. Grayscale: #737373. Windows color (decimal): -11369102 or 7505234. OLE color: 7505234.

HSL color Cylindrical-coordinate representation of color #528572: hue angle of 157.65º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #528572 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB82133114-
CMYK0.3800.140.48
HSL157.65º23.72%42.16%-
HSV(B)157.65º38.35%52.16%-
XYZ14.919.7818.95-
YUV115.58127.1104.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.92%
GREEN value IS 133 (52.34% from 255) = 40.43%
BLUE value IS 114 (44.92% from 255) = 34.65%
R=24.92%
G=40.43%
B=34.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821331140.3800.140.48157.6523.7242.16
Hex528572260E309e182a
Octal12220516246016602363052
Binary1010010100001011110010100110011101100001001111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528572; }

 p { color: rgb(82,133,114); }

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

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

 a { background-color: rgb(82,133,114); }

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

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

 span { border-color: rgb(82,133,114); }

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