#528274

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

Shades of Cutty Sark #528274

Tints of Cutty Sark #528274

Color information

#528274 (or 0x528274) is unknown color: approx Cutty Sark. HEX triplet: 52, 82 and 74. RGB value is (82,130,116). Sum of RGB (Red+Green+Blue) = 82+130+116=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 130 - color contains mainly: green. Hex color #528274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528274 is #AD7D8B. Grayscale: #727272. Windows color (decimal): -11369868 or 7635538. OLE color: 7635538.

HSL color Cylindrical-coordinate representation of color #528274: hue angle of 162.5º 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 #528274 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB82130116-
CMYK0.3700.110.49
HSL162.5º22.64%41.57%-
HSV(B)162.5º36.92%50.98%-
XYZ14.6119.0219.42-
YUV114.05129.1105.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25%
GREEN value IS 130 (51.17% from 255) = 39.63%
BLUE value IS 116 (45.70% from 255) = 35.37%
R=25%
G=39.63%
B=35.37%

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
Decimal821301160.3700.110.49162.522.6441.57
Hex528274250B31a2172a
Octal12220216445013612422752
Binary1010010100000101110100100101010111100011010001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528274; }

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

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

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

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

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

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

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

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