#528865

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

Shades of Como #528865

Tints of Como #528865

Color information

#528865 (or 0x528865) is unknown color: approx Como. HEX triplet: 52, 88 and 65. RGB value is (82,136,101). Sum of RGB (Red+Green+Blue) = 82+136+101=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 136 - color contains mainly: green. Hex color #528865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528865 is #AD779A. Grayscale: #737373. Windows color (decimal): -11368347 or 6654034. OLE color: 6654034.

HSL color Cylindrical-coordinate representation of color #528865: hue angle of 141.11º 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 #528865 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB82136101-
CMYK0.4000.260.47
HSL141.11º24.77%42.75%-
HSV(B)141.11º39.71%53.33%-
XYZ14.6320.3415.47-
YUV115.86119.61103.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.71%
GREEN value IS 136 (53.52% from 255) = 42.63%
BLUE value IS 101 (39.84% from 255) = 31.66%
R=25.71%
G=42.63%
B=31.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821361010.4000.260.47141.1124.7742.75
Hex5288652801A2F8d192b
Octal12221014550032572153153
Binary10100101000100011001011010000110101011111000110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528865; }

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

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

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

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

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

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

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

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