#528778

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

Shades of Cutty Sark #528778

Tints of Cutty Sark #528778

Color information

#528778 (or 0x528778) is unknown color: approx Cutty Sark. HEX triplet: 52, 87 and 78. RGB value is (82,135,120). Sum of RGB (Red+Green+Blue) = 82+135+120=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 135 - color contains mainly: green. Hex color #528778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528778 is #AD7887. Grayscale: #757575. Windows color (decimal): -11368584 or 7898962. OLE color: 7898962.

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

Color convert

RGB82135120-
CMYK0.3900.110.47
HSL163.02º24.42%42.55%-
HSV(B)163.02º39.26%52.94%-
XYZ15.5320.4820.9-
YUV117.44129.44102.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.33%
GREEN value IS 135 (53.12% from 255) = 40.06%
BLUE value IS 120 (47.27% from 255) = 35.61%
R=24.33%
G=40.06%
B=35.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821351200.3900.110.47163.0224.4242.55
Hex528778270B2Fa3182b
Octal12220717047013572433053
Binary1010010100001111111000100111010111011111010001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528778; }

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

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

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

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

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

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

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

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