#528561

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

Shades of Como #528561

Tints of Como #528561

Color information

#528561 (or 0x528561) is unknown color: approx Como. HEX triplet: 52, 85 and 61. RGB value is (82,133,97). Sum of RGB (Red+Green+Blue) = 82+133+97=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #528561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528561 is #AD7A9E. Grayscale: #717171. Windows color (decimal): -11369119 or 6391122. OLE color: 6391122.

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

Color convert

RGB8213397-
CMYK0.3800.270.48
HSL137.65º23.72%42.16%-
HSV(B)137.65º38.35%52.16%-
XYZ14.0219.4314.32-
YUV113.65118.6105.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.28%
GREEN value IS 133 (52.34% from 255) = 42.63%
BLUE value IS 97 (38.28% from 255) = 31.09%
R=26.28%
G=42.63%
B=31.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82133970.3800.270.48137.6523.7242.16
Hex5285612601B308a182a
Octal12220514146033602123052
Binary10100101000010111000011001100110111100001000101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528561; }

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

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

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

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

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

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

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

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