#528875

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

Shades of Cutty Sark #528875

Tints of Cutty Sark #528875

Color information

#528875 (or 0x528875) is unknown color: approx Cutty Sark. HEX triplet: 52, 88 and 75. RGB value is (82,136,117). Sum of RGB (Red+Green+Blue) = 82+136+117=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 136 - color contains mainly: green. Hex color #528875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528875 is #AD778A. Grayscale: #757575. Windows color (decimal): -11368331 or 7702610. OLE color: 7702610.

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

Color convert

RGB82136117-
CMYK0.4000.140.47
HSL158.89º24.77%42.75%-
HSV(B)158.89º39.71%53.33%-
XYZ15.4920.6920.01-
YUV117.69127.61102.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.48%
GREEN value IS 136 (53.52% from 255) = 40.60%
BLUE value IS 117 (46.09% from 255) = 34.93%
R=24.48%
G=40.60%
B=34.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821361170.4000.140.47158.8924.7742.75
Hex528875280E2F9f192b
Octal12221016550016572373153
Binary1010010100010001110101101000011101011111001111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528875; }

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

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

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

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

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

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

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

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