#528775

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

Shades of Cutty Sark #528775

Tints of Cutty Sark #528775

Color information

#528775 (or 0x528775) is unknown color: approx Cutty Sark. HEX triplet: 52, 87 and 75. RGB value is (82,135,117). Sum of RGB (Red+Green+Blue) = 82+135+117=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 135 - color contains mainly: green. Hex color #528775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528775 is #AD788A. Grayscale: #757575. Windows color (decimal): -11368587 or 7702354. OLE color: 7702354.

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

Color convert

RGB82135117-
CMYK0.3900.130.47
HSL159.62º24.42%42.55%-
HSV(B)159.62º39.26%52.94%-
XYZ15.3520.4119.96-
YUV117.1127.94102.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.55%
GREEN value IS 135 (53.12% from 255) = 40.42%
BLUE value IS 117 (46.09% from 255) = 35.03%
R=24.55%
G=40.42%
B=35.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821351170.3900.130.47159.6224.4242.55
Hex528775270D2Fa0182b
Octal12220716547015572403053
Binary1010010100001111110101100111011011011111010000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528775; }

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

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

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

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

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

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

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

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