#528577

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

Shades of Cutty Sark #528577

Tints of Cutty Sark #528577

Color information

#528577 (or 0x528577) is unknown color: approx Cutty Sark. HEX triplet: 52, 85 and 77. RGB value is (82,133,119). Sum of RGB (Red+Green+Blue) = 82+133+119=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #528577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528577 is #AD7A88. Grayscale: #747474. Windows color (decimal): -11369097 or 7832914. OLE color: 7832914.

HSL color Cylindrical-coordinate representation of color #528577: hue angle of 163.53º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #528577 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB82133119-
CMYK0.3800.110.48
HSL163.53º23.72%42.16%-
HSV(B)163.53º38.35%52.16%-
XYZ15.219.920.49-
YUV116.16129.6103.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.55%
GREEN value IS 133 (52.34% from 255) = 39.82%
BLUE value IS 119 (46.88% from 255) = 35.63%
R=24.55%
G=39.82%
B=35.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821331190.3800.110.48163.5323.7242.16
Hex528577260B30a4182a
Octal12220516746013602443052
Binary1010010100001011110111100110010111100001010010011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528577; }

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

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

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

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

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

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

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

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