#529068

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

Shades of Como #529068

Tints of Como #529068

Color information

#529068 (or 0x529068) is unknown color: approx Como. HEX triplet: 52, 90 and 68. RGB value is (82,144,104). Sum of RGB (Red+Green+Blue) = 82+144+104=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #529068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529068 is #AD6F97. Grayscale: #787878. Windows color (decimal): -11366296 or 6852690. OLE color: 6852690.

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

Color convert

RGB82144104-
CMYK0.4300.280.44
HSL141.29º27.43%44.31%-
HSV(B)141.29º43.06%56.47%-
XYZ15.9522.7416.65-
YUV120.9118.46100.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.85%
GREEN value IS 144 (56.64% from 255) = 43.64%
BLUE value IS 104 (41.02% from 255) = 31.52%
R=24.85%
G=43.64%
B=31.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821441040.4300.280.44141.2927.4344.31
Hex5290682B01C2C8d1b2c
Octal12222015053034542153354
Binary10100101001000011010001010110111001011001000110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529068; }

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

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

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

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

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

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

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

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