#528468

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

Shades of Como #528468

Tints of Como #528468

Color information

#528468 (or 0x528468) is unknown color: approx Como. HEX triplet: 52, 84 and 68. RGB value is (82,132,104). Sum of RGB (Red+Green+Blue) = 82+132+104=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 132 - color contains mainly: green. Hex color #528468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528468 is #AD7B97. Grayscale: #717171. Windows color (decimal): -11369368 or 6849618. OLE color: 6849618.

HSL color Cylindrical-coordinate representation of color #528468: hue angle of 146.4º degrees, saturation: 0.23, 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 #528468 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB82132104-
CMYK0.3800.210.48
HSL146.4º23.36%41.96%-
HSV(B)146.4º37.88%51.76%-
XYZ14.2319.316.07-
YUV113.86122.44105.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.79%
GREEN value IS 132 (51.95% from 255) = 41.51%
BLUE value IS 104 (41.02% from 255) = 32.70%
R=25.79%
G=41.51%
B=32.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821321040.3800.210.48146.423.3641.96
Hex528468260153092172a
Octal12220415046025602222752
Binary10100101000010011010001001100101011100001001001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528468; }

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

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

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

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

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

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

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

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