#528970

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

Shades of Cutty Sark #528970

Tints of Cutty Sark #528970

Color information

#528970 (or 0x528970) is unknown color: approx Cutty Sark. HEX triplet: 52, 89 and 70. RGB value is (82,137,112). Sum of RGB (Red+Green+Blue) = 82+137+112=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 137 - color contains mainly: green. Hex color #528970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528970 is #AD768F. Grayscale: #757575. Windows color (decimal): -11368080 or 7375186. OLE color: 7375186.

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

Color convert

RGB82137112-
CMYK0.4000.180.46
HSL152.73º25.11%42.94%-
HSV(B)152.73º40.15%53.73%-
XYZ15.3520.8618.55-
YUV117.7124.78102.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.77%
GREEN value IS 137 (53.91% from 255) = 41.39%
BLUE value IS 112 (44.14% from 255) = 33.84%
R=24.77%
G=41.39%
B=33.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal821371120.4000.180.46152.7325.1142.94
Hex528970280122E99192b
Octal12221116050022562313153
Binary10100101000100111100001010000100101011101001100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528970; }

 p { color: rgb(82,137,112); }

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

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

 a { background-color: rgb(82,137,112); }

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

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

 span { border-color: rgb(82,137,112); }

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