#528F6A

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

Shades of Cutty Sark #528F6A

Tints of Cutty Sark #528F6A

Color information

#528F6A (or 0x528F6A) is unknown color: approx Cutty Sark. HEX triplet: 52, 8F and 6A. RGB value is (82,143,106). Sum of RGB (Red+Green+Blue) = 82+143+106=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 143 - color contains mainly: green. Hex color #528F6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528F6A is #AD7095. Grayscale: #787878. Windows color (decimal): -11366550 or 6983506. OLE color: 6983506.

HSL color Cylindrical-coordinate representation of color #528F6A: hue angle of 143.61º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #528F6A is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB82143106-
CMYK0.4300.260.44
HSL143.61º27.11%44.12%-
HSV(B)143.61º42.66%56.08%-
XYZ15.922.4817.14-
YUV120.54119.79100.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.77%
GREEN value IS 143 (56.25% from 255) = 43.20%
BLUE value IS 106 (41.80% from 255) = 32.02%
R=24.77%
G=43.20%
B=32.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821431060.4300.260.44143.6127.1144.12
Hex528F6A2B01A2C901b2c
Octal12221715253032542203354
Binary10100101000111111010101010110110101011001001000011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528F6A; }

 p { color: rgb(82,143,106); }

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

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

 a { background-color: rgb(82,143,106); }

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

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

 span { border-color: rgb(82,143,106); }

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