#528878

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

Shades of Cutty Sark #528878

Tints of Cutty Sark #528878

Color information

#528878 (or 0x528878) is unknown color: approx Cutty Sark. HEX triplet: 52, 88 and 78. RGB value is (82,136,120). Sum of RGB (Red+Green+Blue) = 82+136+120=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 136 - color contains mainly: green. Hex color #528878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528878 is #AD7787. Grayscale: #767676. Windows color (decimal): -11368328 or 7899218. OLE color: 7899218.

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

Color convert

RGB82136120-
CMYK0.4000.120.47
HSL162.22º24.77%42.75%-
HSV(B)162.22º39.71%53.33%-
XYZ15.6720.7620.95-
YUV118.03129.11102.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.26%
GREEN value IS 136 (53.52% from 255) = 40.24%
BLUE value IS 120 (47.27% from 255) = 35.50%
R=24.26%
G=40.24%
B=35.50%

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
Decimal821361200.4000.120.47162.2224.7742.75
Hex528878280C2Fa2192b
Octal12221017050014572423153
Binary1010010100010001111000101000011001011111010001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528878; }

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

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

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

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

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

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

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

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