#528F68

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

Shades of Como #528F68

Tints of Como #528F68

Color information

#528F68 (or 0x528F68) is unknown color: approx Como. HEX triplet: 52, 8F and 68. RGB value is (82,143,104). Sum of RGB (Red+Green+Blue) = 82+143+104=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 143 - color contains mainly: green. Hex color #528F68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528F68 is #AD7097. Grayscale: #787878. Windows color (decimal): -11366552 or 6852434. OLE color: 6852434.

HSL color Cylindrical-coordinate representation of color #528F68: hue angle of 141.64º 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 #528F68 is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB82143104-
CMYK0.4300.270.44
HSL141.64º27.11%44.12%-
HSV(B)141.64º42.66%56.08%-
XYZ15.822.4416.59-
YUV120.31118.79100.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.92%
GREEN value IS 143 (56.25% from 255) = 43.47%
BLUE value IS 104 (41.02% from 255) = 31.61%
R=24.92%
G=43.47%
B=31.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821431040.4300.270.44141.6427.1144.12
Hex528F682B01B2C8e1b2c
Octal12221715053033542163354
Binary10100101000111111010001010110110111011001000111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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