#538860

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

Shades of Como #538860

Tints of Como #538860

Color information

#538860 (or 0x538860) is unknown color: approx Como. HEX triplet: 53, 88 and 60. RGB value is (83,136,96). Sum of RGB (Red+Green+Blue) = 83+136+96=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 136 - color contains mainly: green. Hex color #538860 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538860 is #AC779F. Grayscale: #737373. Windows color (decimal): -11302816 or 6326355. OLE color: 6326355.

HSL color Cylindrical-coordinate representation of color #538860: hue angle of 134.72º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #538860 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB8313696-
CMYK0.3900.290.47
HSL134.72º24.2%42.94%-
HSV(B)134.72º38.97%53.33%-
XYZ14.4820.2914.22-
YUV115.59116.94104.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.35%
GREEN value IS 136 (53.52% from 255) = 43.17%
BLUE value IS 96 (37.89% from 255) = 30.48%
R=26.35%
G=43.17%
B=30.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83136960.3900.290.47134.7224.242.94
Hex5388602701D2F87182b
Octal12321014047035572073053
Binary10100111000100011000001001110111011011111000011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538860; }

 p { color: rgb(83,136,96); }

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

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

 a { background-color: rgb(83,136,96); }

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

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

 span { border-color: rgb(83,136,96); }

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