#528268

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

Shades of Como #528268

Tints of Como #528268

Color information

#528268 (or 0x528268) is unknown color: approx Como. HEX triplet: 52, 82 and 68. RGB value is (82,130,104). Sum of RGB (Red+Green+Blue) = 82+130+104=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 130 - color contains mainly: green. Hex color #528268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528268 is #AD7D97. Grayscale: #707070. Windows color (decimal): -11369880 or 6849106. OLE color: 6849106.

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

Color convert

RGB82130104-
CMYK0.3700.20.49
HSL147.5º22.64%41.57%-
HSV(B)147.5º36.92%50.98%-
XYZ13.9618.7615.98-
YUV112.68123.1106.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 130 (51.17% from 255) = 41.14%
BLUE value IS 104 (41.02% from 255) = 32.91%
R=25.95%
G=41.14%
B=32.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821301040.3700.20.49147.522.6441.57
Hex528268250143194172a
Octal12220215045024612242752
Binary10100101000001011010001001010101001100011001010010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528268; }

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

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

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

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

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

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

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

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