#52815E

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

Shades of Como #52815E

Tints of Como #52815E

Color information

#52815E (or 0x52815E) is unknown color: approx Como. HEX triplet: 52, 81 and 5E. RGB value is (82,129,94). Sum of RGB (Red+Green+Blue) = 82+129+94=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #52815E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52815E is #AD7EA1. Grayscale: #6F6F6F. Windows color (decimal): -11370146 or 6193490. OLE color: 6193490.

HSL color Cylindrical-coordinate representation of color #52815E: hue angle of 135.32º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #52815E is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB8212994-
CMYK0.3600.270.49
HSL135.32º22.27%41.37%-
HSV(B)135.32º36.43%50.59%-
XYZ13.3518.313.42-
YUV110.96118.43107.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 129 (50.78% from 255) = 42.30%
BLUE value IS 94 (37.11% from 255) = 30.82%
R=26.89%
G=42.30%
B=30.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82129940.3600.270.49135.3222.2741.37
Hex52815E2401B31871629
Octal12220113644033612072651
Binary10100101000000110111101001000110111100011000011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52815E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52815E; }

 p { color: rgb(82,129,94); }

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

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

 a { background-color: rgb(82,129,94); }

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

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

 span { border-color: rgb(82,129,94); }

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