#528574

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

Shades of Cutty Sark #528574

Tints of Cutty Sark #528574

Color information

#528574 (or 0x528574) is unknown color: approx Cutty Sark. HEX triplet: 52, 85 and 74. RGB value is (82,133,116). Sum of RGB (Red+Green+Blue) = 82+133+116=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #528574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528574 is #AD7A8B. Grayscale: #737373. Windows color (decimal): -11369100 or 7636306. OLE color: 7636306.

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

Color convert

RGB82133116-
CMYK0.3800.130.48
HSL160º23.72%42.16%-
HSV(B)160º38.35%52.16%-
XYZ15.0219.8319.56-
YUV115.81128.1103.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.77%
GREEN value IS 133 (52.34% from 255) = 40.18%
BLUE value IS 116 (45.70% from 255) = 35.05%
R=24.77%
G=40.18%
B=35.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821331160.3800.130.4816023.7242.16
Hex528574260D30a0182a
Octal12220516446015602403052
Binary1010010100001011110100100110011011100001010000011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528574; }

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

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

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

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

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

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

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

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