#528877

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

Shades of Cutty Sark #528877

Tints of Cutty Sark #528877

Color information

#528877 (or 0x528877) is unknown color: approx Cutty Sark. HEX triplet: 52, 88 and 77. RGB value is (82,136,119). Sum of RGB (Red+Green+Blue) = 82+136+119=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 136 - color contains mainly: green. Hex color #528877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528877 is #AD7788. Grayscale: #757575. Windows color (decimal): -11368329 or 7833682. OLE color: 7833682.

HSL color Cylindrical-coordinate representation of color #528877: hue angle of 161.11º 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 #528877 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB82136119-
CMYK0.4000.120.47
HSL161.11º24.77%42.75%-
HSV(B)161.11º39.71%53.33%-
XYZ15.6120.7320.63-
YUV117.92128.61102.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.33%
GREEN value IS 136 (53.52% from 255) = 40.36%
BLUE value IS 119 (46.88% from 255) = 35.31%
R=24.33%
G=40.36%
B=35.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821361190.4000.120.47161.1124.7742.75
Hex528877280C2Fa1192b
Octal12221016750014572413153
Binary1010010100010001110111101000011001011111010000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528877; }

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

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

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

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

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

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

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

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