#528374

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

Shades of Cutty Sark #528374

Tints of Cutty Sark #528374

Color information

#528374 (or 0x528374) is unknown color: approx Cutty Sark. HEX triplet: 52, 83 and 74. RGB value is (82,131,116). Sum of RGB (Red+Green+Blue) = 82+131+116=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 131 - color contains mainly: green. Hex color #528374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528374 is #AD7C8B. Grayscale: #727272. Windows color (decimal): -11369612 or 7635794. OLE color: 7635794.

HSL color Cylindrical-coordinate representation of color #528374: hue angle of 161.63º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #528374 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB82131116-
CMYK0.3700.110.49
HSL161.63º23%41.76%-
HSV(B)161.63º37.4%51.37%-
XYZ14.7519.2919.47-
YUV114.64128.77104.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.92%
GREEN value IS 131 (51.56% from 255) = 39.82%
BLUE value IS 116 (45.70% from 255) = 35.26%
R=24.92%
G=39.82%
B=35.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821311160.3700.110.49161.632341.76
Hex528374250B31a2172a
Octal12220316445013612422752
Binary1010010100000111110100100101010111100011010001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528374; }

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

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

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

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

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

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

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

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