#527362

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

Shades of Como #527362

Tints of Como #527362

Color information

#527362 (or 0x527362) is unknown color: approx Como. HEX triplet: 52, 73 and 62. RGB value is (82,115,98). Sum of RGB (Red+Green+Blue) = 82+115+98=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 115 - color contains mainly: green. Hex color #527362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527362 is #AD8C9D. Grayscale: #676767. Windows color (decimal): -11373726 or 6452050. OLE color: 6452050.

HSL color Cylindrical-coordinate representation of color #527362: hue angle of 149.09º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #527362 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB8211598-
CMYK0.2900.150.55
HSL149.09º16.75%38.63%-
HSV(B)149.09º28.7%45.1%-
XYZ11.8214.9413.82-
YUV103.2125.07112.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.80%
GREEN value IS 115 (45.31% from 255) = 38.98%
BLUE value IS 98 (38.67% from 255) = 33.22%
R=27.80%
G=38.98%
B=33.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82115980.2900.150.55149.0916.7538.63
Hex5273621D0F37951127
Octal12216314235017672252147
Binary10100101110011110001011101011111101111001010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527362; }

 p { color: rgb(82,115,98); }

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

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

 a { background-color: rgb(82,115,98); }

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

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

 span { border-color: rgb(82,115,98); }

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