#528869

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

Shades of Como #528869

Tints of Como #528869

Color information

#528869 (or 0x528869) is unknown color: approx Como. HEX triplet: 52, 88 and 69. RGB value is (82,136,105). Sum of RGB (Red+Green+Blue) = 82+136+105=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #528869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528869 is #AD7796. Grayscale: #747474. Windows color (decimal): -11368343 or 6916178. OLE color: 6916178.

HSL color Cylindrical-coordinate representation of color #528869: hue angle of 145.56º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #528869 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB82136105-
CMYK0.4000.230.47
HSL145.56º24.77%42.75%-
HSV(B)145.56º39.71%53.33%-
XYZ14.8320.4216.52-
YUV116.32121.61103.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.39%
GREEN value IS 136 (53.52% from 255) = 42.11%
BLUE value IS 105 (41.41% from 255) = 32.51%
R=25.39%
G=42.11%
B=32.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821361050.4000.230.47145.5624.7742.75
Hex528869280172F92192b
Octal12221015150027572223153
Binary10100101000100011010011010000101111011111001001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528869; }

 p { color: rgb(82,136,105); }

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

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

 a { background-color: rgb(82,136,105); }

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

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

 span { border-color: rgb(82,136,105); }

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