#528568

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

Shades of Como #528568

Tints of Como #528568

Color information

#528568 (or 0x528568) is unknown color: approx Como. HEX triplet: 52, 85 and 68. RGB value is (82,133,104). Sum of RGB (Red+Green+Blue) = 82+133+104=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 133 - color contains mainly: green. Hex color #528568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528568 is #AD7A97. Grayscale: #727272. Windows color (decimal): -11369112 or 6849874. OLE color: 6849874.

HSL color Cylindrical-coordinate representation of color #528568: hue angle of 145.88º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #528568 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB82133104-
CMYK0.3800.220.48
HSL145.88º23.72%42.16%-
HSV(B)145.88º38.35%52.16%-
XYZ14.3719.5716.12-
YUV114.44122.1104.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.71%
GREEN value IS 133 (52.34% from 255) = 41.69%
BLUE value IS 104 (41.02% from 255) = 32.60%
R=25.71%
G=41.69%
B=32.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821331040.3800.220.48145.8823.7242.16
Hex528568260163092182a
Octal12220515046026602223052
Binary10100101000010111010001001100101101100001001001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528568; }

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

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

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

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

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

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

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

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