#528777

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

Shades of Cutty Sark #528777

Tints of Cutty Sark #528777

Color information

#528777 (or 0x528777) is unknown color: approx Cutty Sark. HEX triplet: 52, 87 and 77. RGB value is (82,135,119). Sum of RGB (Red+Green+Blue) = 82+135+119=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 135 - color contains mainly: green. Hex color #528777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528777 is #AD7888. Grayscale: #757575. Windows color (decimal): -11368585 or 7833426. OLE color: 7833426.

HSL color Cylindrical-coordinate representation of color #528777: hue angle of 161.89º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #528777 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB82135119-
CMYK0.3900.120.47
HSL161.89º24.42%42.55%-
HSV(B)161.89º39.26%52.94%-
XYZ15.4720.4520.59-
YUV117.33128.94102.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.40%
GREEN value IS 135 (53.12% from 255) = 40.18%
BLUE value IS 119 (46.88% from 255) = 35.42%
R=24.40%
G=40.18%
B=35.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821351190.3900.120.47161.8924.4242.55
Hex528777270C2Fa2182b
Octal12220716747014572423053
Binary1010010100001111110111100111011001011111010001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528777; }

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

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

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

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

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

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

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

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