#528269

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

Shades of Cutty Sark #528269

Tints of Cutty Sark #528269

Color information

#528269 (or 0x528269) is unknown color: approx Cutty Sark. HEX triplet: 52, 82 and 69. RGB value is (82,130,105). Sum of RGB (Red+Green+Blue) = 82+130+105=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #528269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528269 is #AD7D96. Grayscale: #707070. Windows color (decimal): -11369879 or 6914642. OLE color: 6914642.

HSL color Cylindrical-coordinate representation of color #528269: hue angle of 148.75º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #528269 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB82130105-
CMYK0.3700.190.49
HSL148.75º22.64%41.57%-
HSV(B)148.75º36.92%50.98%-
XYZ14.0118.7816.25-
YUV112.8123.6106.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.87%
GREEN value IS 130 (51.17% from 255) = 41.01%
BLUE value IS 105 (41.41% from 255) = 33.12%
R=25.87%
G=41.01%
B=33.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821301050.3700.190.49148.7522.6441.57
Hex528269250133195172a
Octal12220215145023612252752
Binary10100101000001011010011001010100111100011001010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528269; }

 p { color: rgb(82,130,105); }

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

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

 a { background-color: rgb(82,130,105); }

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

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

 span { border-color: rgb(82,130,105); }

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